Skip to content

Commit

Permalink
docs: update releasing information in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ragunathjawahar committed Feb 11, 2025
1 parent ada7c92 commit 9fbec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ Where `token` is a GitHub personal access token with `delete:packages`, `repo`,
1. If you have multiple JDKs installed, switch to JDK 11.

2. Release,
- For minor releases, run `./release.sh`
- For bug fix releases, run `./bug_fix_release.sh`
- For minor releases, run `./release_minor.sh`
- For bug fix releases, run `./release_bug_fix.sh`

3. Update changelog
- Go to the GitHub [releases](https://github.com/LegacyCodeHQ/eureka/releases) page and edit the release notes for
Expand Down

0 comments on commit 9fbec76

Please sign in to comment.