Skip to content

Commit

Permalink
chore: release 0.4.0-alpha
Browse files Browse the repository at this point in the history
Release-As: 0.4.0-alpha
  • Loading branch information
JonDotsoy committed Jul 28, 2023
1 parent 16b82d6 commit aa3ae3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- development
- release/alpha
- release/alpha-*

permissions:
contents: write
Expand All @@ -13,9 +15,17 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- id: setup
run: |
echo "PRERELEASE=${GITHUB_REF_NAME/release\//}" >> $GITHUB_OUTPUT
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
tag-separator: "-"
bump-minor-pre-major: true
package-name: release-please-action
prerelease: true
# ${{ steps.setup.outputs.PRERELEASE }}
default-branch: ${{ github.ref_name }}
version-file: version

0 comments on commit aa3ae3a

Please sign in to comment.