Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/github-actions-semantic-release-javascript-example
https://github.com/nickderobertis/github-actions-semantic-release-javascript-example
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickderobertis/github-actions-semantic-release-javascript-example
- Owner: nickderobertis
- License: mit
- Created: 2022-04-24T18:08:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T13:22:56.000Z (about 2 years ago)
- Last Synced: 2025-01-20T16:32:52.502Z (4 days ago)
- Language: Shell
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Github Actions Semantic Release Example
An example repo for copier-github-actions-semantic-release
## Inputs
## Outputs
## Examples
## Development Status
This project uses [semantic-release](https://github.com/semantic-release/semantic-release) for versioning.
Any time the major version changes, there may be breaking changes. If it is working well for you, consider
pegging to the current major version, e.g. `nickderobertis/github-actions-semantic-release-example@v1`, to avoid breaking changes. Alternatively,
you can always point to the most recent stable release with the `nickderobertis/github-actions-semantic-release-example@latest`.## Developing
Clone the repo and then run `npm install` to set up the pre-commit hooks.
## Author
Created by Nick DeRobertis. MIT License.