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
11
README.md
11
README.md
|
|
@ -1,10 +1,11 @@
|
||||||
# Semantic Release Action
|
# Semantic Release Action
|
||||||
|
![][version-image]
|
||||||
![][workflows-badge-image]
|
![][workflows-badge-image]
|
||||||
[![Release date][release-date-image]][release-url]
|
[![Release date][release-date-image]][release-url]
|
||||||
[![semantic-release][semantic-image]][semantic-url]
|
[![semantic-release][semantic-image]][semantic-url]
|
||||||
[![npm license][license-image]][license-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
|
## Usage
|
||||||
### Step1: Set any [Semantic Release Configuration](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration) in your repository.
|
### Step1: Set any [Semantic Release Configuration](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration) in your repository.
|
||||||
|
|
@ -35,9 +36,9 @@ then make sure that you configure this in your `package.json` file:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://npm.pkg.github.com"
|
"registry": "https://npm.pkg.github.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -244,6 +245,8 @@ See [CHANGELOG][changelog-url].
|
||||||
This project is released under the [MIT License][license-url].
|
This project is released under the [MIT License][license-url].
|
||||||
|
|
||||||
<!-- Links: -->
|
<!-- 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
|
[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
|
[release-date-image]: https://img.shields.io/github/release-date/cycjimmy/semantic-release-action
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue