Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Arsenal Release Process

## Release Process

To release a new version of Arsenal:

- Create a PR with the version bump.
- Once the PR is merged, go to the "Releases" tab of the repository.
- Click on "Draft a new release".
- In the "Tag version" field, enter the new version (e.g., `1.2.3`).
- Generate the changelog using the "Generate changelog" button.
- Review the changelog and make any necessary edits.
- Click on "Publish release".
Loading