Skip to content

Commit

Permalink
Add documentation about release procedure
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Franssen <marco.franssen@philips.com>
Signed-off-by: Brend Smits <brend.smits@philips.com>
  • Loading branch information
Brend-Smits and marcofranssen committed Nov 10, 2021
1 parent 153a9dc commit 33cb940
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Release

1. Upgrade version number in all repository files, find & replace previous version number with new version number.
1. Commit the changed files.
1. Tag the new commit using `git tag -sam "What is this release about?" v0.1.0`.

## Experimental

1. Push the tag to remote using `git push v0.1.0`
1. Wait for the release workflow to finish, then push the main branch using `git push`

0 comments on commit 33cb940

Please sign in to comment.