This action calculates a version based on the date.
yyyy.mm.d.buildnumber
if not off 'master' then it will be yyyy.mm.d.buildnumber-branch
Name of the release branch - defaults to "master"
.
The version that was calculated.
- name: calculate version
uses: waynebrantley/github-dateversion@v1
with:
release-branch: 'main'