Skip to content

Commit

Permalink
fix RELEASE notes order
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Nov 9, 2023
1 parent a17e681 commit 41ada02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This is a guide to know the steps to create a new release.
2. Update the version in [LATEST_BASHUNIT_VERSION](../install.sh)
3. Update the version in [CHANGELOG.md](../CHANGELOG.md)
4. Update the version in [package.json](../package.json)
5. Commit and push
6. Create a [new release](https://github.com/TypedDevs/bashunit/releases/new) from GitHub
7. Attach the latest executable to the release
5. Create a [new release](https://github.com/TypedDevs/bashunit/releases/new) from GitHub
6. Attach the latest executable to the release
1. Generate a new bashunit with `build.sh`
2. Attach the generated file to the release page on GitHub
3. Keep the name `bashunit`
7. Commit and push
8. Rebase `latest` branch from the new created tag and push
1. This will trigger "build and deploy" the docs

0 comments on commit 41ada02

Please sign in to comment.