Skip to content

Commit

Permalink
feat!: updated to semantic versioning and conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
boxheed committed Aug 28, 2024
1 parent 6946724 commit 8dae3cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
name: setup
command: source <(curl -s https://raw.githubusercontent.com/boxheed/shippable-scripts/master/java-build-ci-setup)
- checkout
- run: ./gradlew createRelease
- run: git push --tags
- run: ./gradlew tagSemver
- run: git checkout develop && git merge $CIRCLE_BRANCH
- run: git push --atomic origin $CIRCLE_BRANCH develop --tags

publish:
docker:
Expand Down Expand Up @@ -86,4 +87,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^release-\d+\.\d+\.\d+$/
only: /^v\d+\.\d+\.\d+$/
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ gradle-app.setting
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

.LCKbuild.gradle~
.osv-scanner
.git-semver
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath ('com.fizzpod:gradle-plugin-opinion:17.0.11') {
classpath ('com.fizzpod:gradle-plugin-opinion:18.0.1') {
exclude group: 'com.fizzpod', module: 'gradle-gitignore-plugin'
}
}
Expand Down

0 comments on commit 8dae3cc

Please sign in to comment.