Skip to content

Commit

Permalink
Update release.yml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrilakshmishastry authored Mar 25, 2024
2 parents e7f944e + 53f3003 commit c987168
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,25 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "shrilakshmishastry"
- name: version bump up
run: yarn version --new-version minor

- name: checkout to a new branch
run: |
git checkout -b pr-merge-to-develop-temp-branch
git add .
git commit -m "chore: release new tag "
git push origin pr-merge-to-develop-temp-branch
git push origin pr-merge-to-develop-temp-branch
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
minor-wording: 'add, Adds,new, update,chore'
major-wording: 'MAJOR,cut-major, feat'
patch-wording: 'patch, fixes, fix, refactor' # Providing patch-wording will override commits
# defaulting to a patch bump.
rc-wording: 'RELEASE, alpha'



- name: rise PR and merge
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit c987168

Please sign in to comment.