We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed81d81 commit 48bc598Copy full SHA for 48bc598
.github/workflows/merge-release.yml
@@ -19,5 +19,5 @@ jobs:
19
git pull
20
git checkout release
21
22
- git rebase master
+ git merge master -m "chore: release $(date -u +"%Y-%m-%dT%H:%M:%SZ")"
23
git push
0 commit comments