File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,19 @@ jobs:
46
46
working-directory : code/backend
47
47
- run : cp code/frontend/CHANGELOG.md code/frontend/packages/ranking-client/src/assets/changelogs/CHANGELOG-FE.md
48
48
- run : cp code/backend/CHANGELOG.md code/frontend/packages/ranking-client/src/assets/changelogs/CHANGELOG-BE.md
49
- - name : Something
49
+ - name : Add markdown files
50
50
run : |
51
51
git config --global user.email "[email protected] "
52
52
git config --global user.name "Glenn Latomme"
53
53
git add .
54
54
PACKAGE_VERSION=$(node -p -e "require('./code/backend/lerna.json').version")
55
55
git commit -m "release: $PACKAGE_VERSION"
56
- git tag -a v$PACKAGE_VERSION -m "release $PACKAGE_VERSION"
57
56
- name : Push changes
58
57
uses : ad-m/github-push-action@master
59
58
with :
60
59
github_token : ${{ secrets.GITHUB_TOKEN }}
61
60
branch : ${{ github.ref }}
62
- tags : true
61
+ tags : true
62
+ - name : Github Release
63
+ run : |
64
+ npx conventional-github-releaser -t {{secrets.GITHUB_TOKEN}} -p angular
You can’t perform that action at this time.
0 commit comments