Skip to content

Commit e9571e2

Browse files
committed
chore(doc): add documentation of release process
relates to STACKITTPR-200
1 parent c166bac commit e9571e2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ If you encounter any issues or have suggestions for improvements, please open an
189189

190190
Your contribution is welcome! For more details on how to contribute, refer to our [contribution guide](./CONTRIBUTION.md).
191191

192+
## Release creation
193+
194+
See the [release documentation](./RELEASE.md) for further information.
195+
192196
## License
193197

194198
Apache 2.0

RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Release
2+
3+
## Release creation
4+
5+
> [!IMPORTANT]
6+
> Consider informing / syncing with the team before creating a new release.
7+
8+
1. Check out latest main branch on your machine
9+
2. Create git tag: `git tag vX.X.X`
10+
3. Push the git tag: `git push origin --tags`
11+
4. The [release pipeline](https://github.com/stackitcloud/stackit-cli/actions/workflows/release.yaml) will build the release and publish it on GitHub
12+
5. Ensure the release was created properly using the [releases page](https://github.com/stackitcloud/stackit-cli/releases)
13+

0 commit comments

Comments
 (0)