Skip to content

Commit

Permalink
workflow: set calver with a go-mod compatible prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pho committed Apr 10, 2024
1 parent 7ac8f33 commit e469f0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ jobs:
with:
commit_message: "Automated update"
commit_author: "Scheduler <github-actions[bot]@users.noreply.github.com>"

- name: Set Calver Version
uses: Nelyx/[email protected]
id: setcalver
with:
default_branch: "refs/heads/main"
format: "YYYY.M.D"
version_prefix: "v0."

0 comments on commit e469f0e

Please sign in to comment.