Skip to content

Commit 9428aac

Browse files
authored
Add CHANGELOG and release step
1 parent 2a41aae commit 9428aac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,11 @@ Tree shaking—automatically eliminating unused icons from the final bundle—Ju
371371
General steps:
372372

373373
1. Update `package.json` and `src/package.json` and change `version` and add any contributors
374+
1. Update the `CHANGELOG.md`
374375
1. `npm run build`
375376
1. `cd dist`
376377
1. `npm publish`
377378
1. `npm dist-tags add @fortawesome/angular-fontawesome@VERSION prerelease`
378-
1. `git add . && git commit -m 'Release VERSION`
379+
1. `git add . && git commit -m 'Release VERSION'`
379380
1. `git push`
381+
1. Create a [new release](https://github.com/FortAwesome/angular-fontawesome/releases/new) with CHANGELOG details

0 commit comments

Comments
 (0)