Skip to content

Commit

Permalink
Merge pull request #87 from Dontrian/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Dontrian authored Dec 4, 2023
2 parents 72490af + 5b7a4ea commit d6a2e05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/version-bump-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
bump-minor-version-on-master:
if: github.event.pull_request.merged == true
name: Bump the version
name: Bump the version on master

permissions:
contents: write
Expand Down Expand Up @@ -48,3 +48,6 @@ jobs:
source_ref: 'master'
target_branch: 'develop'
commit_message_template: 'CI: Merged {source_ref} into target {target_branch} after version bump'



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.16.7"
"version": "0.16.8"
}

0 comments on commit d6a2e05

Please sign in to comment.