← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3907: Add some notes about how to make releases.

 

------------------------------------------------------------
revno: 3907
committer: Anton Gladky <gladk@xxxxxxxxxx>
timestamp: Tue 2016-06-14 21:01:31 +0200
message:
  Add some notes about how to make releases.
added:
  doc/how-to-release.md


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== added file 'doc/how-to-release.md'
--- doc/how-to-release.md	1970-01-01 00:00:00 +0000
+++ doc/how-to-release.md	2016-06-14 19:01:31 +0000
@@ -0,0 +1,12 @@
+* Create RELEASE file in the root folder with the version number in it
+* Add new changelog entries to Changelog using "git shortlog PREVVERSION.."
+* Create branch using the following command and format
+  "git checkout -b YYYY.MM"
+* Tag release "git tag -as YYYY.MMa -m"YYYY.MMa"
+* Return to master branch and remove RELEASE file
+* Push master, new branch and tags to github
+* Download tar.gz
+* Create asc-file (signature): gpg --armor --sign --detach-sig tarball.tar.gz 
+* Upload new tarball on Launchpad
+* Make announcement on mailing list and on Launchpad
+