https://github.com/agrc/get-next-version-action
A GitHub action for getting the proposed next version of a project for releases based on conventional commits
https://github.com/agrc/get-next-version-action
github-action government-app terraform-managed
Last synced: 20 days ago
JSON representation
A GitHub action for getting the proposed next version of a project for releases based on conventional commits
- Host: GitHub
- URL: https://github.com/agrc/get-next-version-action
- Owner: agrc
- License: mit
- Created: 2022-09-08T16:02:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T16:28:25.000Z (7 months ago)
- Last Synced: 2024-10-18T20:42:26.386Z (7 months ago)
- Topics: github-action, government-app, terraform-managed
- Language: TypeScript
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Support: support/cjs-shim.ts
Awesome Lists containing this project
README
# Get Next Version Action
[](https://codecov.io/gh/agrc/get-next-version-action)
[](https://github.com/agrc/get-next-version-action/actions/workflows/push.yml)
[](https://github.com/agrc/get-next-version-action/actions/workflows/pull_request.yml)A GitHub Action for getting the proposed next version of a project for release based on the [Angular preset for conventional commits](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format).
## Usage
```yaml
uses: ugrc/get-next-version-action@v1
with:
prerelease: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
```## Package for distribution
This action is built and distributed via the included GitHub action workflows.
## Development
The [act project](https://github.com/nektos/act) can be helpful for testing locally with a command something like this: `act -j test-functional -s GITHUB_TOKEN="$(gh auth token)"`.