Skip to content

Commit

Permalink
Create note about release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun authored May 22, 2024
1 parent 026796b commit 506e27d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Release Process

To bump up package version, please follow the below steps:

1. Bump version in `Sources/CartonHelpers/Version.swift`
2. Update `CHANGELOG.md`
3. `git commit`
4. `git tag <version>`
5. `git push origin <version>`
6. Create a new GitHub Release

0 comments on commit 506e27d

Please sign in to comment.