Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Bianca Danforth d1dd1c0ac8
fix(release): fix Bugzilla template to filter issues for past two weeks
Because:

* The release script was filtering updated GitHub issues for the past week rather than past two weeks (our current sprint length).
* The SubPlat team uses the `qa+` and `qa-` labels for QA rather than `needs:qa`

This commit:

* Replaces `A_WEEK_AGO` with `TWO_WEEKS_AGO`.
* Adds another QA section with a different GitHub link for the `qa+` label, since GitHub doesn't support the logical OR operator.

Closes # No ticket on file
2021-05-26 16:54:20 -05:00
Jared Hirsch 20a0acf8b0
chore(docs): Replace 'master' with 'main' throughout
Certain references to 'master' haven't been removed yet, see
issue #5698, issue #5699, issue #5700 for more complex followups.
2020-06-25 13:44:28 -07:00
Les Orchard 7816a36ad0
fix(release): fix last-tag lookup in release.sh, add feature branch script
- in release.sh: filter out release tags with hyphens, under the
  assumption that these are feature branch releases

- add release-feature-branch.sh script that produces a branch & tag
  consisting of the last-deployed train with feature branch merged in
2020-04-06 16:06:46 -04:00