You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Also test the package in the GUI by doing the test cases outlined in [GUI-TEST.md](./GUI-TEST.md)
8
8
9
-
3. Increase the version and tag the release with the new version. The `version-bump.sh <old-version-tag> <new-version-tag>` script might be helpful.
9
+
3. Increase the version and tag the release with the new version. This can be done with `version-bump.sh`:
10
+
```bash
11
+
$ ./version-bump.sh 1.7.0 1.7.1
12
+
```
10
13
11
14
4. Add a blurb of changes to the `Changes` section in `Description.props`
12
15
@@ -16,4 +19,7 @@ $ ./make-release-files.sh
16
19
```
17
20
6.[Draft a new GitHub release](https://github.com/Waikato/wekaDeeplearning4j/releases/new), add a changelog and the sha256 sums that were generated during (4) in `release-files/sums.sha256`
18
21
19
-
7. Upload all ZIP files and sh/ps1 scripts in the `release-files` directory generated in step (3).
22
+
7. Upload all ZIP files and sh/ps1 scripts in the `release-files` directory generated in step (3). This can be done with the `upload-release.sh` script:
0 commit comments