Skip to content

Commit f449153

Browse files
author
Alexandre Lissy
committed
Use new 'tag' event
X-DeepSpeech: NOBUILD
1 parent 8ee5598 commit f449153

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.taskcluster.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ tasks:
1717
- pull_request.synchronize
1818
- pull_request.reopened
1919
- push
20+
- tag
2021
branches:
2122
- master
22-
- v0.0.3
23-
- v0.1.0
24-
- v0.1.1
25-
- 0.2.0-alpha.0
2623

2724
routes:
2825
- "notify.irc-channel.#machinelearning.on-any"

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Making a (new) release of the codebase
22
======================================
3-
- Update version in VERSION file, and add matching tag for branch filtering in .taskcluster.yml and taskcluster/github-events.cyml, commit
3+
- Update version in VERSION file, commit
44
- Open PR, ensure all tests are passing properly
55
- Merge the PR
66
- Fetch the new master, tag it with (hopefully) the same version as in VERSION

taskcluster/github-events.cyml

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ taskcluster:
1010
env: true
1111
events:
1212
- push
13+
- tag
1314
branches:
1415
- master
15-
- v0.0.3
16-
- v0.1.0
17-
- v0.1.1
18-
- 0.2.0-alpha.0

taskcluster/scriptworker-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
- "node-package"
1111
allowed:
1212
- "push"
13+
- "tag"
1314
ref_match: "refs/tags/"
1415
routes:
1516
- "notify.irc-channel.${notifications.irc}.on-exception"

0 commit comments

Comments
 (0)