Use new 'tag' event

X-DeepSpeech: NOBUILD
This commit is contained in:
Alexandre Lissy 2018-04-28 01:14:50 +02:00
parent 8ee559872b
commit f4491531cf
4 changed files with 4 additions and 9 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -10,6 +10,7 @@ build:
- "node-package"
allowed:
- "push"
- "tag"
ref_match: "refs/tags/"
routes:
- "notify.irc-channel.${notifications.irc}.on-exception"