-
-
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.
Signed-off-by: Knut Ahlers <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
|
||
# Template to format the commit message containing the changelog change | ||
# which will be used to add the tag to. | ||
release_commit_message: "Release: Twitch-Bot {{.Version}}" | ||
|
||
# Commands to run before committing the changelog and adding the tag. | ||
# Therefore these can add content to be included into the release- | ||
# commit. These commands have access to the `TAG_VERSION` variable | ||
# which contains the tag to be applied after the commit. If the | ||
# command specified here is prefixed with a `-` sign, the exit status | ||
# will not fail the release process. If it is not prefixed with a `-` | ||
# a non-zero exit status will terminate the release process. The | ||
# commands will be run from the repostory root, so sub-dirs MUST be | ||
# specified. All commands are run as `bash -ec "..."` so you can use | ||
# bash inside the commands. | ||
pre_commit_commands: [] | ||
|
||
... |