Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
jvoisin
mat2
Commits
6b39edc3
Commit
6b39edc3
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Update a bit the release process
parent
18570813
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+7
-6
7 additions, 6 deletions
CONTRIBUTING.md
with
7 additions
and
6 deletions
CONTRIBUTING.md
+
7
−
6
View file @
6b39edc3
...
...
@@ -29,9 +29,10 @@ Since MAT2 is written in Python3, please conform as much as possible to the
6.
Create a tag with
`git tag -s $VERSION`
7.
Push the commit with
`git push origin master`
8.
Push the tag with
`git push --tags`
9.
Create the signed tarball with
`git archive --format=tar.xz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.xz`
10.
Sign the tarball with
`gpg --armor --detach-sign mat-$VERSION.tar.xz`
11.
Upload the result on Gitlab's
[
tag page
](
https://0xacab.org/jvoisin/mat2/tags
)
and add the changelog there
12.
Announce the release on the
[
mailing list
](
https://mailman.boum.org/listinfo/mat-dev
)
13.
Upload the new version on pypi with
`python3 setup.py sdist bdist_wheel`
then
`twine upload -s dist/*`
14.
Do the secret release dance
9.
Download the gitlab archive of the release
10.
Diff it against the local copy
11.
If there is no different, sign the archive with
`gpg --armor --detach-sign mat-$VERSION.tar.xz`
12.
Upload the signature on Gitlab's
[
tag page
](
https://0xacab.org/jvoisin/mat2/tags
)
and add the changelog there
13.
Announce the release on the
[
mailing list
](
https://mailman.boum.org/listinfo/mat-dev
)
14.
Sign'n'upload the new version on pypi with
`python3 setup.py sdist bdist_wheel`
then
`twine upload -s dist/*`
15.
Do the secret release dance
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment