@@ -17,7 +17,7 @@ different.
1717- Check the upgrade functions in ` intelmq/lib/upgrades.py ` .
1818- Close the milestone on GitHub and move any open issues to the next
1919 one.
20- - ` docs/user /installation.rst ` : Update supported operating systems.
20+ - ` docs/admin /installation/linux-packages.md ` : Update supported operating systems.
2121
2222## Documentation
2323
@@ -39,22 +39,21 @@ Eventually adapt the default log levels if necessary. Should be INFO for stable
3939### IntelMQ Manager
4040
4141- ` intelmq_manager/version.py ` : Update the version.
42- - ` intelmq_manager/static/images/ js/about.js ` : Update the version.
42+ - ` intelmq_manager/static/js/about.js ` : Update the version.
4343
4444## Commit, push, review and merge
4545
46- Commit your changes in a separate branch, the final commit message
47- should start with ` REL: ` . Push and create a pull request to maintenance
48- and after that from maintenance to master. Someone else should review
49- the changes. Eventually fix them, make sure the ` REL: ` is the last
50- commit, you can also push that one at last, after the reviews.
46+ Commit your changes in a separate branch, the final commit message should start
47+ with ` REL: ` . Push and create a pull request to the ` develop ` branch. Someone
48+ else should review the changes. Eventually fix them, make sure the ` REL: ` is
49+ the last commit, you can also push that one at last, after the reviews.
5150
5251Why a separate branch? Because if problems show up, you can still
5352force-push to that one, keeping the release commit the latest one.
5453
5554## Tag and release
5655
57- Tag the commit with ` git tag -s version HEAD ` , merge it into master ,
56+ Tag the commit with ` git tag -s version HEAD ` , merge it into ` develop ` ,
5857push the branches * and* the tag. The tag is just ` a.b.c ` , not prefixed
5958with ` v ` (that was necessary only with SVN a long time ago...).
6059
0 commit comments