Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add workflow to auto bump version (#886)
* add workflow to auto bump version * test on pr * use latest node action * pin major * manually fetch tags, i guess * harness the actions * more better * use gh * need token * restore manual trigger * just normal checkout * do the command * Update .github/workflows/bump.yml Co-authored-by: Alex Plischke <[email protected]> * whitespace fix * add a directive to choose a release type * make sure we don't friggin' release * restore * Trigger the release workflow when a release has been released... Since the bump workflow uses `gh release create` to create a release, the tag created with that command is surprisingly not a "pushed" tag so the existing event trigger for the release workflow isn't satisfied (its looking for a "push"). * Revert "Trigger the release workflow when a release has been released..." This reverts commit 4f8f897. * use da correct token --------- Co-authored-by: Alex Plischke <[email protected]>
- Loading branch information