We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa74d1 commit 1214ffdCopy full SHA for 1214ffd
BUILDING
BUILDING.md
@@ -0,0 +1,7 @@
1
+## Release
2
+
3
+* Change version in `build.gradle` file
4
+* Run `gradle smokeTest` to run all the tests
5
+* Run `gradle distZip`. Zip file will be in `build/distributions` folder
6
+* Upload release to github
7
+* Update brew formula https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request#submit-a-new-version-of-an-existing-formula: `brew bump-formula-pr excel-compare --url <new_release.zip> --sha256 <sha256 of new_release.zip>`
0 commit comments