Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/pr2r
https://github.com/fluffynuts/pr2r
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluffynuts/pr2r
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2021-01-11T07:17:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T06:32:33.000Z (about 1 year ago)
- Last Synced: 2024-11-17T05:58:57.990Z (about 2 months ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pr2r
This is a web extension to add a button to Pull Request pages on GitHub which can open up a draft Release with information from the current Pull Request:
- source branch
- title
- summary
- tag, generated by reading existing tags and incrementing the last number in a dotted version string (ie 1.2 -> 1.3, 56 -> 57)It's useful for people who use the feature-branch git flow where releases are done from the feature branch and validated before merging back into the main branch.