This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Add releases to GitHub (#60)
- Loading branch information
1 parent
078364b
commit d4ce327
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"requireUpstream": false, | ||
"increment": "conventional:angular", | ||
"buildCommand": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", | ||
"buildCommand": "npm run changelog && git add CHANGELOG.md", | ||
"src": { | ||
"commitMessage": "chore(release): %s", | ||
"beforeStartCommand": "npm run lint && npm run test -- --colors && npm run test:e2e -- --colors", | ||
"afterReleaseCommand": "npm run release-templates" | ||
}, | ||
"github": { | ||
"release": true, | ||
"releaseName": "%s", | ||
"tokenRef": "GITHUB_TOKEN_CISA" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters