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:
deeplow 2023-10-23 08:44:09 +01:00
parent 184abfd5fc
commit 2c5f04c2c3
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -11,8 +11,14 @@ Before making a release, all of these should be complete:
- [ ] Update the "Version" field in `install/linux/dangerzone.spec`
- [ ] 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
- [ ] 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\>**
- [ ] 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