We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac8506 commit ae77954Copy full SHA for ae77954
1 file changed
RELEASE.md
@@ -13,3 +13,12 @@
13
- Extract version numbers from the changelogs.
14
- Create a release for both packages on Nuget.
15
- 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