There was an error while loading. Please reload this page.
1 parent 2a41aae commit 9428aacCopy full SHA for 9428aac
README.md
@@ -371,9 +371,11 @@ Tree shaking—automatically eliminating unused icons from the final bundle—Ju
371
General steps:
372
373
1. Update `package.json` and `src/package.json` and change `version` and add any contributors
374
+1. Update the `CHANGELOG.md`
375
1. `npm run build`
376
1. `cd dist`
377
1. `npm publish`
378
1. `npm dist-tags add @fortawesome/angular-fontawesome@VERSION prerelease`
-1. `git add . && git commit -m 'Release VERSION`
379
+1. `git add . && git commit -m 'Release VERSION'`
380
1. `git push`
381
+1. Create a [new release](https://github.com/FortAwesome/angular-fontawesome/releases/new) with CHANGELOG details
0 commit comments