Skip to content

Commit

Permalink
Merge pull request #835 from Dasharo/update_rel_process
Browse files Browse the repository at this point in the history
docs/dev-proc/standard-release-process.md: Add rel candidate step
  • Loading branch information
macpijan authored Jun 17, 2024
2 parents 92669ba + 8d77e1c commit c2eedbc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/dev-proc/standard-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ should be maintained in that way.
to understand versioning scheme please read [Versioning](versioning.md)
section
2. Merge current platform development branches to `<platform>_rel_vX.Y.Z`
3. Run platform regression test suite
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 `dasharo` branch
6. Add tag, which should trigger CI and publish binaries. Tag should be
3. (Optional) Create a release candidate by tagging `<platform>_vX.Y.Z-rcN`
4. Run platform regression test suite
5. Fix all required issues and repeat from point 3 until fixed - this doesn't
mean all tests pass, this mean that approved set passed
6. If results are accepted merge it to `dasharo` branch
7. 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 c2eedbc

Please sign in to comment.