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
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,11 @@ To do a release:
16
16
17
17
1. Increment the `version` property in `{PROJECT}/gradle.properties`
18
18
2. In `{PROJECT}/`, run `github_changelog_generator --token $your-github-token --future-release v1.0.0`
19
-
20
-
If running on Windows, you'll need to use different cache file paths, such as `--cache-file C:\tmp\github-changelog-http-cache --cache-log C:\tmp\github-changelog-logger.log`.
21
-
19
+
- If running on Windows, you'll need to use different cache file paths, such as `--cache-file C:\tmp\github-changelog-http-cache --cache-log C:\tmp\github-changelog-logger.log`.
22
20
3. Commit the CHANGELOG.md
23
21
4. Push changes to GitHub
24
22
5. Do a PR to bring changes from the develop branch onto master
25
-
6. Follow steps at https://help.github.com/articles/creating-releases/.
23
+
6. Follow the steps on [creating releases](https://help.github.com/articles/creating-releases/).
26
24
27
25
### Publishing to bintray
28
26
@@ -33,5 +31,5 @@ To publish this project, you need to publish both marklogic-unit-test-modules an
33
31
3.`gradle bintrayUpload`
34
32
4.`cd ../marklogic-unit-test-modules`
35
33
5.`gradle bintrayUpload`
36
-
6.Point a browser to `https://bintray.com/marklogic-community/Maven/marklogic-unit-test-modules` and click "Publish"
37
-
6.Point a browser to `https://bintray.com/marklogic-community/Maven/marklogic-unit-test-client` and click "Publish"
34
+
6.Open [marklogic-unit-test-modules](https://bintray.com/marklogic-community/Maven/marklogic-unit-test-modules) on Bintray and click "Publish"
35
+
6.Open [marklogic-unit-test-client](https://bintray.com/marklogic-community/Maven/marklogic-unit-test-client) on Bintray and click "Publish"
0 commit comments