Skip to content

Commit

Permalink
ci: switch from semantic version to calendar versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashornych committed Jan 13, 2024
1 parent 5643c91 commit 7295301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:

- name: Resolve new release version
id: release_version
uses: codacy/git-version@2.7.1
uses: lukashornych/semantic-calendar-version@v1.1.3
with:
prefix: 'v'
minor-identifier: 'feat'
major-identifier: '(breaking)' # this should be placed somewhere in the commit message like "feat: (breaking) some message"
year_switch_mode: 'OnMinor'
minor-identifier: '/feat(?:\\([^)]+\\))?:/'

- name: Setup Java JDK
uses: actions/setup-java@v3 # setup JDK 17 for building
Expand Down

0 comments on commit 7295301

Please sign in to comment.