Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: fce8e9e4 by Richard Pospesel at 2022-12-20T11:38:45+00:00 Removed @'s from issue templates to avoid pinging ahf and dgoulet
- - - - -
2 changed files:
- .gitlab/issue_templates/Release Prep - Alpha.md - .gitlab/issue_templates/Release Prep - Stable.md
Changes:
===================================== .gitlab/issue_templates/Release Prep - Alpha.md ===================================== @@ -161,7 +161,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in - [ ] `version` : update to next release tag - [ ] Check for tor updates here : https://gitlab.torproject.org/tpo/core/tor/-/tags - [ ] ***(Optional)*** Update `projects/tor/config` - - [ ] `version` : update to latest `-alpha` tag or release tag if newer (ping @dgoulet or @ahf if unsure) + - [ ] `version` : update to latest `-alpha` tag or release tag if newer (ping dgoulet or ahf if unsure) - [ ] Check for go updates here : https://golang.org/dl - **NOTE** : Tor Browser Alpha uses the latest Stable major series go version - [ ] ***(Optional)*** Update `projects/go/config`
===================================== .gitlab/issue_templates/Release Prep - Stable.md ===================================== @@ -167,7 +167,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in - [ ] `version` : update to next release tag - [ ] Check for tor updates here : https://gitlab.torproject.org/tpo/core/tor/-/tags - [ ] ***(Optional)*** Update `projects/tor/config` - - [ ] `version` : update to latest non `-alpha` tag (ping @dgoulet or @ahf if unsure) + - [ ] `version` : update to latest non `-alpha` tag (ping dgoulet or ahf if unsure) - [ ] Check for go updates here : https://golang.org/dl - **NOTE** : Tor Browser Stable uses the latest of the *previous* Stable major series go version (apart from the transition phase from Tor Browser Alpha to Stable, in which case Tor Browser Stable may use the latest major series go version) - [ ] ***(Optional)*** Update `projects/go/config`
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/fc...