mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add instructions for adding release tag
Instructions only stated how to verify the release tag bug not how to make it.
This commit is contained in:
parent
184abfd5fc
commit
2c5f04c2c3
1 changed files with 7 additions and 1 deletions
|
@ -11,8 +11,14 @@ Before making a release, all of these should be complete:
|
||||||
- [ ] Update the "Version" field in `install/linux/dangerzone.spec`
|
- [ ] Update the "Version" field in `install/linux/dangerzone.spec`
|
||||||
- [ ] Update version and download links in `README.md`, and screenshot if necessary
|
- [ ] Update version and download links in `README.md`, and screenshot if necessary
|
||||||
- [ ] CHANGELOG.md should be updated to include a list of all major changes since the last release
|
- [ ] CHANGELOG.md should be updated to include a list of all major changes since the last release
|
||||||
- [ ] There must be a PGP-signed git tag for the version, e.g. for dangerzone 0.1.0, the tag must be `v0.1.0`
|
|
||||||
- [ ] Copy the entirety of these instructions onto a new issue and call it **QA and Release version \<VERSION\>**
|
- [ ] Copy the entirety of these instructions onto a new issue and call it **QA and Release version \<VERSION\>**
|
||||||
|
- [ ] Create a PGP-signed git tag for the version, e.g. for dangerzone `v0.1.0`, the is created with:
|
||||||
|
|
||||||
|
```
|
||||||
|
git tag -s v0.1.0
|
||||||
|
git push origin v0.1.0
|
||||||
|
```
|
||||||
|
**Note**: release candidates are suffixed by `-rcX`.
|
||||||
|
|
||||||
|
|
||||||
## Large Document Testing
|
## Large Document Testing
|
||||||
|
|
Loading…
Reference in a new issue