gh-action-bump-version icon indicating copy to clipboard operation
gh-action-bump-version copied to clipboard

GitHub Action for automated npm version bump.

Results 20 gh-action-bump-version issues
Sort by recently updated
recently updated
newest added

Getting error `(node:1857) UnhandledPromiseRejectionWarning: Error: package.json could not be found in your project's root.` when using [custom package json path](https://github.com/marketplace/actions/automated-version-bump#packagejson_dir) configuration. ```yml - name: 'Automated Version Bump' uses: 'phips28/gh-action-bump-version@master' with:...

If you set branch protection on master to force PR, you can get action-bump-version to work via adding a bypass required pull requests user. But if you require a status...

Currently have the following step: ``` - name: "Automated Version Bump" uses: "phips28/gh-action-bump-version@master" id: version-bump env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: target-branch: "main" commit-message: "CI: bumps version to {{version}} [skip...

I have set up a branch protection rule to run a few simple unit tests before code is merged. However, once the rule is enabled, I am having issue using...

Thanks a lot for the great package. I've been able to use it successfully in my **monorepo** project. I noticed one problem in the commit message. It's showing the `package...

A hypothetical repository would be one where there needs to be two package.json files in the same directory, so one would have an affix (ex. `package.some-affix.json`). It would be helpful...

We are using this action as part of a Validate -> Release workflow. Validate runs both on Pull Requests and merge to main. But only when merging into main we...

Quoted from issue #70: > I might be doing something wrong, but if I set the target-branch property, I get the following: > > ``` > ✖ fatal Error: Command...

I've started on an end-to-end testing suite prior to release of v9 and wanted to open an issue here to track it and invite anyone into the discussion. The design...

Not sure if I missed part of the documentation, but it'd be cool if there was something like 'version-type' that we could specify in a workflow, to give some human...