Skip to content

Commit

Permalink
Merge pull request #62 from efirestone/firestone/update-readme
Browse files Browse the repository at this point in the history
docs: Update README release notes
  • Loading branch information
efirestone authored Jun 27, 2023
2 parents 4fa69c5 + d6e4ce8 commit 89cd63a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,15 @@ If you want to make modifications or enhancements to Hassle, the IntelliJ IDEA b

# Releases

To create a new release:
To create a new patch release:

```
git checkout release
git reset --hard origin/main
git push
```

To create a new release with a specific release number:

1. Tag the SHA that you want to release with the version number, starting with "v", such as

Expand Down

0 comments on commit 89cd63a

Please sign in to comment.