Skip to content

Commit

Permalink
update: release/2.3.0 to develop (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF authored Aug 18, 2024
2 parents d90d62e + ccce9fb commit 38cf964
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
FEATURE_BRANCHES:
description: 'Names of feature branch (seperator is " ")'
type: string
default: 'feature refactor fix change update document test chore'
default: 'feature refactor fix change update document test chore dependabot'
required: false
RELEASE_BRANCHES:
description: 'Names of release branch (seperator is " ")'
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0

- feature: add dependabot to default feature branches

## 2.2.4

- fix: solve issue that gitflow is failed if source branch is removed
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A implementation of workflows of GitHub Actions to support using gitflow on GitH
# with:
# MAIN_BRANCH: ... # Default: 'main'
# DEVELOP_BRANCH: ... # Default: 'develop'
# FEATURE_BRANCHES: ... # Default: 'feature refactor fix change update document test chore'
# FEATURE_BRANCHES: ... # Default: 'feature refactor fix change update document test chore dependabot'
# RELEASE_BRANCHES: ... # Default: 'release hotfix'
# NORELEASE_BRANCHES: ... # Default: 'norelease'
# VERSION_EXPRESSION: ... # Default: '[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*'
Expand Down

0 comments on commit 38cf964

Please sign in to comment.