forked from awslabs/goformation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CI): auto-generate AUTHORS.md file
* feat(CI): Auto-generate AUTHORS.md file * feat(CI): auto-cut a release when CFN updates Updates the auto-generated pull requests to match the semantic-release format so that a new minor release will be automatically cut every time AWS CloudFormation publishes a new schema update * fix(CI): set GITHUB_TOKEN correctly for AUTHORS.md * feat(CI): Auto-generate AUTHORS.md file * updated Travis config to remove GitHub token envvar for authors
- Loading branch information
1 parent
193df13
commit b37af7b
Showing
3 changed files
with
8 additions
and
15 deletions.
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
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
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ DST_BRANCH="master" | |
# Git details (for the commit) | ||
COMMIT_NAME="AWS GoFormation" | ||
COMMIT_EMAIL="[email protected]" | ||
COMMIT_MSG="AWS CloudFormation Update ($(date +%F))" | ||
COMMIT_MSG="feat(schema): AWS CloudFormation Update ($(date +%F))" | ||
|
||
echo "Build Type: ${TRAVIS_EVENT_TYPE}" | ||
|
||
|