Skip to content

Commit 9c80347

Browse files
Merge pull request #49 from jamesagardner/master
Updating formatting
2 parents 571fb29 + 745ee97 commit 9c80347

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ To do a release:
1616

1717
1. Increment the `version` property in `{PROJECT}/gradle.properties`
1818
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`.
2220
3. Commit the CHANGELOG.md
2321
4. Push changes to GitHub
2422
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/).
2624

2725
### Publishing to bintray
2826

@@ -33,5 +31,5 @@ To publish this project, you need to publish both marklogic-unit-test-modules an
3331
3. `gradle bintrayUpload`
3432
4. `cd ../marklogic-unit-test-modules`
3533
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

Comments
 (0)