Skip to content

Commit

Permalink
dev-proc/standard-release-process.md: require tags to be signed
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Jul 26, 2023
1 parent 71d43e4 commit f19a029
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/dev-proc/standard-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ and should be maintained in that way.
4. Fix all required issues and repeat point 3 until fixed - this doesn't mean
all tests pass, this mean that approved set passed
5. If results are accepted merge it to `<platform>/release` branch
6. Add tag, which should trigger CI and publish binaries
6. Add tag, which should trigger CI and publish binaries. Tag should be
annotated and signed. For example:

```bash
git tag -a -s -m "<platform>_vX.Y.Z" <platform>_vX.Y.Z
```

7. Merge release branch to develop

0 comments on commit f19a029

Please sign in to comment.