mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-27 05:51:31 +08:00
doc: add how to release in README.md
This commit is contained in:
parent
09e963e209
commit
49021066ee
14
README.md
14
README.md
@ -86,6 +86,7 @@ You can regulate the speed of the animation by adding the CSS class `faa-fast` o
|
|||||||
|<a href="#"><i class="fa fa-star-o faa-rising animated"></i> faa-rising animated</a>|<a href="#"><i class="fa fa-star-o faa-rising animated-hover"></i> faa-rising animated-hover</a>|<a href="#" class="faa-parent animated-hover"><i class="fa fa-star-o faa-rising"></i> faa-rising</a>|
|
|<a href="#"><i class="fa fa-star-o faa-rising animated"></i> faa-rising animated</a>|<a href="#"><i class="fa fa-star-o faa-rising animated-hover"></i> faa-rising animated-hover</a>|<a href="#" class="faa-parent animated-hover"><i class="fa fa-star-o faa-rising"></i> faa-rising</a>|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
### Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# install dependencies
|
# install dependencies
|
||||||
@ -95,11 +96,24 @@ npm install
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Local preview
|
||||||
|
|
||||||
To test in local, you can use:
|
To test in local, you can use:
|
||||||
|
|
||||||
- [http-server][]: server local http server to the `css/` folder
|
- [http-server][]: server local http server to the `css/` folder
|
||||||
- any markdown preview to serve this README.md as a webpage (e.g. [markdown-preview.nvim][])
|
- any markdown preview to serve this README.md as a webpage (e.g. [markdown-preview.nvim][])
|
||||||
|
|
||||||
|
### Release
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# this will create a new version and push to remote repository
|
||||||
|
npm version [<newversion> | major | minor | patch]
|
||||||
|
```
|
||||||
|
|
||||||
|
Then go to the [release page](https://github.com/l-lin/font-awesome-animation/releases) and manually
|
||||||
|
create a new release. There is an automatic [Github action](./.github/workflows/publish.yml) that
|
||||||
|
publishes automatically to NPM repository.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT License](LICENSE)
|
[MIT License](LICENSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user