Skip to content

Commit

Permalink
Merge pull request activepieces#5210 from activepieces/abuaboud-patch-3
Browse files Browse the repository at this point in the history
docs: update the pre release steps
  • Loading branch information
abuaboud authored Jul 29, 2024
2 parents 7b13272 + 8c99689 commit 0653d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/handbook/engineering/pre-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ To release a pre-release version of the software, follow these steps:
2. **Increase the version number**: Update the `package.json` file with the new version number.
3. **Open a Pull Request**: Open a pull request from the new branch to the `main` branch. Assign the `pre-release` label to the pull request.
4. **Check the Changelog**: Check the [Activepieces Releases](https://github.com/activepieces/activepieces/releases) page to see if there are any new features or bug fixes that need to be included in the pre-release. Make sure all PRs are labeled correctly so they show in the correct auto-generated changelog. If not, assign the labels and rerun the changelog by removing the "pre-release" label and adding it again to the PR.

5. **Merge the Pull Request**: Merge the pull request to the `main` branch.
6. **Release the Notes**: Release the notes for the new version.
5. Go to https://github.com/activepieces/activepieces/actions/workflows/release-rc.yml and run it on the release branch to build the rc image.
6. **Merge the Pull Request**: Merge the pull request to the `main` branch.
7. **Release the Notes**: Release the notes for the new version.

0 comments on commit 0653d9c

Please sign in to comment.