Use new 'tag' event
X-DeepSpeech: NOBUILD
This commit is contained in:
parent
8ee559872b
commit
f4491531cf
@ -17,12 +17,9 @@ tasks:
|
||||
- pull_request.synchronize
|
||||
- pull_request.reopened
|
||||
- push
|
||||
- tag
|
||||
branches:
|
||||
- master
|
||||
- v0.0.3
|
||||
- v0.1.0
|
||||
- v0.1.1
|
||||
- 0.2.0-alpha.0
|
||||
|
||||
routes:
|
||||
- "notify.irc-channel.#machinelearning.on-any"
|
||||
|
@ -1,6 +1,6 @@
|
||||
Making a (new) release of the codebase
|
||||
======================================
|
||||
- Update version in VERSION file, and add matching tag for branch filtering in .taskcluster.yml and taskcluster/github-events.cyml, commit
|
||||
- Update version in VERSION file, commit
|
||||
- Open PR, ensure all tests are passing properly
|
||||
- Merge the PR
|
||||
- Fetch the new master, tag it with (hopefully) the same version as in VERSION
|
||||
|
@ -10,9 +10,6 @@ taskcluster:
|
||||
env: true
|
||||
events:
|
||||
- push
|
||||
- tag
|
||||
branches:
|
||||
- master
|
||||
- v0.0.3
|
||||
- v0.1.0
|
||||
- v0.1.1
|
||||
- 0.2.0-alpha.0
|
||||
|
@ -10,6 +10,7 @@ build:
|
||||
- "node-package"
|
||||
allowed:
|
||||
- "push"
|
||||
- "tag"
|
||||
ref_match: "refs/tags/"
|
||||
routes:
|
||||
- "notify.irc-channel.${notifications.irc}.on-exception"
|
||||
|
Loading…
x
Reference in New Issue
Block a user