mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
docs(*): some chore
This commit is contained in:
parent
a631f2b705
commit
b25ce01eaf
1 changed files with 7 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
# Semantic Release Action
|
||||
![][version-image]
|
||||
![][workflows-badge-image]
|
||||
[![Release date][release-date-image]][release-url]
|
||||
[![semantic-release][semantic-image]][semantic-url]
|
||||
[![npm license][license-image]][license-url]
|
||||
|
||||
GitHub Action for [Semantic Release](https://github.com/semantic-release/semantic-release).
|
||||
GitHub Action for [Semantic Release][semantic-url].
|
||||
|
||||
## Usage
|
||||
### Step1: Set any [Semantic Release Configuration](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration) in your repository.
|
||||
|
|
@ -244,6 +245,8 @@ See [CHANGELOG][changelog-url].
|
|||
This project is released under the [MIT License][license-url].
|
||||
|
||||
<!-- Links: -->
|
||||
[version-image]: https://img.shields.io/github/package-json/v/cycjimmy/semantic-release-action
|
||||
|
||||
[workflows-badge-image]: https://github.com/cycjimmy/semantic-release-action/workflows/Test%20Release/badge.svg
|
||||
|
||||
[release-date-image]: https://img.shields.io/github/release-date/cycjimmy/semantic-release-action
|
||||
|
|
|
|||
Loading…
Reference in a new issue