https://github.com/technote-space/release-type-action
GitHub Actions to do some actions based on release type.
https://github.com/technote-space/release-type-action
conventional-commits github-actions
Last synced: 5 months ago
JSON representation
GitHub Actions to do some actions based on release type.
- Host: GitHub
- URL: https://github.com/technote-space/release-type-action
- Owner: technote-space
- License: mit
- Created: 2020-02-29T04:41:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T09:04:19.000Z (over 2 years ago)
- Last Synced: 2025-03-26T23:39:01.432Z (about 1 year ago)
- Topics: conventional-commits, github-actions
- Language: TypeScript
- Homepage:
- Size: 8.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Release Type Action
[](https://github.com/technote-space/release-type-action/actions)
[](https://codecov.io/gh/technote-space/release-type-action)
[](https://www.codefactor.io/repository/github/technote-space/release-type-action)
[](https://github.com/technote-space/release-type-action/blob/main/LICENSE)
GitHub Actions to do some actions based on release type.
## Table of Contents
Details
- [Usage](#usage)
- [Actions](#actions)
- [Set title](#set-title)
- [Set label](#set-label)
- [Author](#author)
## Usage
```yaml
on: pull_request
name: Manage release
jobs:
manageRelease:
runs-on: ubuntu-latest
steps:
- uses: technote-space/release-type-action@v1
```
## Actions
### Set title
e.g. `release: v1.2.3`
### Set label
- Release: Major
- Release: Minor
- Release: Patch
## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)