Skip to content

chore: improve release strategy (#1221) (#1230) #623

chore: improve release strategy (#1221) (#1230)

chore: improve release strategy (#1221) (#1230) #623

# On each new commit to `upcoming` (the integration trunk), create/update a release PR that
# bumps the version and updates the changelog from conventional commits. Merging that PR
# publishes the stable release (@latest, via publish_npmjs) and promotes `master` to it
# (via promote-master). `master` therefore always reflects the latest stable release.
name: Release Github
on:
push:
branches:
- upcoming
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v5
id: release
with:
token: ${{ secrets.REPO_GHA_PAT }}
release-type: node
package-name: bee-js
bump-minor-pre-major: true