Skip to content

Commit ae77954

Browse files
authored
chore: update release doc w/ dev package instructions (#61)
1 parent 1ac8506 commit ae77954

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@
1313
- Extract version numbers from the changelogs.
1414
- Create a release for both packages on Nuget.
1515
- Create a Github release containing the changelog contents.
16+
17+
## Dev Releases
18+
19+
1. Ensure all changes you want to release are merged into `main`.
20+
21+
2. **!! IMPORTANT !!** Ensure the changelog files have release numbers ending in `-dev.xxx`, eg. `0.1.0-dev.1`.
22+
- If you don't add the suffix, the workflow might try to create a release with a version number you didn't expect.
23+
24+
3. Run the `Create Dev Release` workflow on Github, selecting the branch with your changes as the base branch.

0 commit comments

Comments
 (0)