Skip to content

Commit

Permalink
DevOps.md: Fix typo shadow -> shadowJar
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Aug 30, 2021
1 parent 15a5108 commit ba53b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ Any warnings or errors will be printed out to the console.
Here are the steps to create a new release.

1. Update the version number in [`MainApp.java`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/address/MainApp.java).
1. Generate a fat JAR file using Gradle (i.e., `gradlew shadow`).
1. Generate a fat JAR file using Gradle (i.e., `gradlew shadowJar`).
1. Tag the repo with the version number. e.g. `v0.1`
1. [Create a new release using GitHub](https://help.github.com/articles/creating-releases/). Upload the JAR file you created.

0 comments on commit ba53b8c

Please sign in to comment.