Skip to content

Commit

Permalink
Correct git command for adding changed files during release
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole authored Jun 15, 2020
1 parent d5ccc42 commit 100b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test | Execute unit tests
1. `npm publish`
1. `npm pack`
1. `CLOUDSMITH_API_KEY=API_TOKEN cloudsmith upload npm fortawesome/fontawesome-pro ./fortawesome-vue-fontawesome-VERSION.tgz`
1. `git add index.js index.es.js`
1. `git add .`
1. `git commit -a -m 'Release VERSION'`
1. `git push`
1. Create a [new release](https://github.com/FortAwesome/vue-fontawesome/releases/new) with CHANGELOG details

0 comments on commit 100b618

Please sign in to comment.