Skip to content

Commit 100b618

Browse files
authored
Correct git command for adding changed files during release
1 parent d5ccc42 commit 100b618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test | Execute unit tests
1919
1. `npm publish`
2020
1. `npm pack`
2121
1. `CLOUDSMITH_API_KEY=API_TOKEN cloudsmith upload npm fortawesome/fontawesome-pro ./fortawesome-vue-fontawesome-VERSION.tgz`
22-
1. `git add index.js index.es.js`
22+
1. `git add .`
2323
1. `git commit -a -m 'Release VERSION'`
2424
1. `git push`
2525
1. Create a [new release](https://github.com/FortAwesome/vue-fontawesome/releases/new) with CHANGELOG details

0 commit comments

Comments
 (0)