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.synchronize
|
||||||
- pull_request.reopened
|
- pull_request.reopened
|
||||||
- push
|
- push
|
||||||
|
- tag
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- v0.0.3
|
|
||||||
- v0.1.0
|
|
||||||
- v0.1.1
|
|
||||||
- 0.2.0-alpha.0
|
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
- "notify.irc-channel.#machinelearning.on-any"
|
- "notify.irc-channel.#machinelearning.on-any"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Making a (new) release of the codebase
|
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
|
- Open PR, ensure all tests are passing properly
|
||||||
- Merge the PR
|
- Merge the PR
|
||||||
- Fetch the new master, tag it with (hopefully) the same version as in VERSION
|
- Fetch the new master, tag it with (hopefully) the same version as in VERSION
|
||||||
|
@ -10,9 +10,6 @@ taskcluster:
|
|||||||
env: true
|
env: true
|
||||||
events:
|
events:
|
||||||
- push
|
- push
|
||||||
|
- tag
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- v0.0.3
|
|
||||||
- v0.1.0
|
|
||||||
- v0.1.1
|
|
||||||
- 0.2.0-alpha.0
|
|
||||||
|
@ -10,6 +10,7 @@ build:
|
|||||||
- "node-package"
|
- "node-package"
|
||||||
allowed:
|
allowed:
|
||||||
- "push"
|
- "push"
|
||||||
|
- "tag"
|
||||||
ref_match: "refs/tags/"
|
ref_match: "refs/tags/"
|
||||||
routes:
|
routes:
|
||||||
- "notify.irc-channel.${notifications.irc}.on-exception"
|
- "notify.irc-channel.${notifications.irc}.on-exception"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user