https://github.com/dancardin/github-actions-release-manager
WIP
https://github.com/dancardin/github-actions-release-manager
Last synced: over 1 year ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/dancardin/github-actions-release-manager
- Owner: DanCardin
- License: apache-2.0
- Created: 2020-02-06T22:14:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T16:46:23.000Z (over 6 years ago)
- Last Synced: 2025-01-29T17:44:40.465Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Actions release manager
Atomically merge version-bumped releases to your repo upon a trigger comment from a user
with permission to merge a PR...
```
Performs a bump/merge on a pull request
optional arguments:
--bump BUMP The kind of version bump to perform, values: patch, minor,
major
-D, --delete-branch Whether to delete the branch after performing the merge
--method METHOD The kind of merge to perform, values: merge, squash, rebase (default: merge)
```
Suppose a scenario where your package is at version 1.0.0, and you're accepting a bugfix
which you want to automatically release.
Comment on the PR like `/merge --bump patch -D `.