Skip to content

Commit

Permalink
do not use date versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Dec 3, 2020
1 parent c251db5 commit 8332dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: |
git fetch --all
git checkout master
./scripts/bump-version.sh '' $(date -d "$(echo $RELEASE_VERSION | sed -e 's/^\([0-9]\{2\}\)\.\([0-9]\{1,2\}\)\.[0-9]\+$/20\1-\2-1/') 1 month" +%y.%-m.0.dev0)
NEXT="$(echo ${RELEASE_VERSION} | awk -F. -v OFS=. '{$NF++;print}')-dev0"
./scripts/bump-version.sh '' $NEXT
git diff --quiet || git commit -anm 'meta: Bump new development version' && git pull --rebase && git push
- uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 8332dc2

Please sign in to comment.