[Releases] Only label "version: XX" labels for issues tagged with `pre-release`
See original GitHub issueWe had an action that would automatically label all issues with Version: XX
but this was too aggressive.
We want to create a clear signal when someone files a release blocking issue (re: this form) it gets labelled appropriately about what version it’s about. That way release supporters can monitor for appropriate issues for a certain version.
@lucasbento had a Github action that did this (see https://github.com/facebook/react-native/pull/32565) but it needs iteration.
I think the ideal approach here is:
- Forking luca’s work: https://github.com/lucasbento/core-workflow-apply-version-label, iterating on it to support to only act on issues with the
pre-release
label - Update this repo to use that github action
If we do that, let’s have the fork transferred to react-native-community (with proper attribution to @lucasbento’s work).
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Semantic Versioning 2.0.0 | Semantic Versioning
PATCH version when you make backwards compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR....
Read more >Releases - GitLab Docs
In GitLab, a release enables you to create a snapshot of your project for your users, including installation packages and release notes.
Read more >Node.js Release Process - Nodejs API 文档 - Breword 文档集合
Update the label on the original PR from backport-requested-vN.x to ... to be produced with a version string that does not have a...
Read more >Artifactory Release Notes - JFrog - JFrog Documentation
For a list of known issues in the different versions of Artifactory, please refer to Known ... pagination was not supported and only...
Read more >Version labels for answers - Meta Stack Exchange
We are considering using package managers to import major and first-level minor releases from languages/tags with X amount of questions. We're ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lunaleaps thanks for your help, I’ve just transferred it and I’ve also updated this PR https://github.com/facebook/react-native/pull/32979 to use the new
react-native-community/actions-apply-version-label
action pointing to the new repo@lunaleaps should be able to add you to that ORG and give you the rights to create a new repository. Once that is done, you should have a “Transfer Ownership” button inside the settings of your repo 👍