Skip to content

Commit

Permalink
fix: Corrected merge configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
boxheed committed Sep 18, 2024
1 parent 20e379b commit b1e8c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
command: source <(curl -s https://raw.githubusercontent.com/boxheed/shippable-scripts/master/java-build-ci-setup)
- checkout
- run: ./gradlew tagSemver
- run: git checkout develop && git merge $CIRCLE_BRANCH
- run: "git checkout develop && git merge $CIRCLE_BRANCH -m \"fix(release): merge $CIRCLE_BRANCH into develop\" --no-ff"
- run: git push --atomic origin $CIRCLE_BRANCH develop --tags

publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ updates:
schedule:
interval: "weekly"
target-branch: "develop"
commit-message:
prefix: "fix(deps)"

0 comments on commit b1e8c71

Please sign in to comment.