Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1240
Automatic release management
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Automatic release management
AutoRelease
into
1.6
Overview
5
Commits
5
Pipelines
0
Changes
19
All threads resolved!
Hide all comments
Merged
Stéphane Veyret
requested to merge
AutoRelease
into
1.6
7 years ago
Overview
5
Commits
5
Pipelines
0
Changes
19
All threads resolved!
Hide all comments
Expand
Voir le mode d'emploi :
https://youtu.be/d1Lc9mpfNps
Edited
7 years ago
by
Stéphane Veyret
1
0
Merge request reports
Compare
1.6
version 5
f49fb5e2
7 years ago
version 4
9a8ff959
7 years ago
version 3
b8bd7fd9
7 years ago
version 2
01a4d078
7 years ago
version 1
fff6b177
7 years ago
1.6 (base)
and
latest version
latest version
99b7110f
5 commits,
7 years ago
version 5
f49fb5e2
16 commits,
7 years ago
version 4
9a8ff959
5 commits,
7 years ago
version 3
b8bd7fd9
5 commits,
7 years ago
version 2
01a4d078
8 commits,
7 years ago
version 1
fff6b177
6 commits,
7 years ago
19 files
+
862
−
266
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
.gitlab/releaser/__init__.py
0 → 100644
+
12
−
0
Options
'''
This module is meant add release notes in gitlab for the current project.
Expects to find in environment following variables:
- CI_PROJECT_URL - Automatically set by gitlab-ci
- CI_PROJECT_ID - Automatically set by gitlab-ci
- CI_COMMIT_TAG - Automatically set by gitlab-ci
- CI_PIPELINE_ID - Automatically set by gitlab-ci
- RELEASE_BIN_DIR - Directory where releases are to be found
- SOURCE_EXT - Source extensions (pre-release only)
- WIKI_RELEASE - Wiki page where releases are stored (release only)
- RELEASER_TOKEN - Token used by technical user
'''
Loading