Skip to content

Commit 9cbbc4e

Browse files
authored
Merge pull request #41 from marklogic-community/release
Release
2 parents c2c44b0 + dd6dc7d commit 9cbbc4e

File tree

3 files changed

+90
-5
lines changed

3 files changed

+90
-5
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Change Log
2+
3+
## [v0.12.0](https://github.com/marklogic-community/marklogic-unit-test/tree/v0.12.0) (2018-09-20)
4+
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.11.2...v0.12.0)
5+
6+
**Merged pull requests:**
7+
8+
- Change to marklogic [\#40](https://github.com/marklogic-community/marklogic-unit-test/pull/40) ([dmcassel](https://github.com/dmcassel))
9+
10+
## [0.11.2](https://github.com/marklogic-community/marklogic-unit-test/tree/0.11.2) (2018-09-20)
11+
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.11.1...0.11.2)
12+
13+
**Closed issues:**
14+
15+
- Unit testing with ml-data-hub:2.0.4 [\#34](https://github.com/marklogic-community/marklogic-unit-test/issues/34)
16+
- Set up github pages for docs [\#24](https://github.com/marklogic-community/marklogic-unit-test/issues/24)
17+
18+
**Merged pull requests:**
19+
20+
- Expand support for http helpers for REST tests [\#39](https://github.com/marklogic-community/marklogic-unit-test/pull/39) ([ryanjdew](https://github.com/ryanjdew))
21+
- better error reporting; added helpers [\#35](https://github.com/marklogic-community/marklogic-unit-test/pull/35) ([dmcassel](https://github.com/dmcassel))
22+
- Issue 13: Report suite-setup.xqy failures [\#33](https://github.com/marklogic-community/marklogic-unit-test/pull/33) ([jonesyface](https://github.com/jonesyface))
23+
- Issue 28 [\#31](https://github.com/marklogic-community/marklogic-unit-test/pull/31) ([dmcassel](https://github.com/dmcassel))
24+
- adding new files [\#30](https://github.com/marklogic-community/marklogic-unit-test/pull/30) ([dmcassel](https://github.com/dmcassel))
25+
- Adding travis support [\#27](https://github.com/marklogic-community/marklogic-unit-test/pull/27) ([paxtonhare](https://github.com/paxtonhare))
26+
27+
## [0.11.1](https://github.com/marklogic-community/marklogic-unit-test/tree/0.11.1) (2018-06-05)
28+
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.11...0.11.1)
29+
30+
**Fixed bugs:**
31+
32+
- assert-equal-json should ignore key order [\#19](https://github.com/marklogic-community/marklogic-unit-test/issues/19)
33+
34+
**Closed issues:**
35+
36+
- Configure code coverage via REST endpoint [\#15](https://github.com/marklogic-community/marklogic-unit-test/issues/15)
37+
38+
**Merged pull requests:**
39+
40+
- fixing \#19 [\#22](https://github.com/marklogic-community/marklogic-unit-test/pull/22) ([paxtonhare](https://github.com/paxtonhare))
41+
- adding param to enable codeCoverage via ml-unit-test.xqy endpoint and… [\#20](https://github.com/marklogic-community/marklogic-unit-test/pull/20) ([hansenmc](https://github.com/hansenmc))
42+
- run setup/teardown with coverage and ensure all executed lines included in wanted lines [\#18](https://github.com/marklogic-community/marklogic-unit-test/pull/18) ([hansenmc](https://github.com/hansenmc))
43+
44+
## [0.11](https://github.com/marklogic-community/marklogic-unit-test/tree/0.11) (2018-05-22)
45+
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.10.0...0.11)
46+
47+
**Closed issues:**
48+
49+
- Use ml-unit-test without depending on rjrudin bintray repository [\#9](https://github.com/marklogic-community/marklogic-unit-test/issues/9)
50+
51+
**Merged pull requests:**
52+
53+
- updating notice per legal [\#8](https://github.com/marklogic-community/marklogic-unit-test/pull/8) ([dmcassel](https://github.com/dmcassel))
54+
- code coverage [\#4](https://github.com/marklogic-community/marklogic-unit-test/pull/4) ([hansenmc](https://github.com/hansenmc))
55+
- Added functionality to output alternative report formats via user-defined XSLT [\#1](https://github.com/marklogic-community/marklogic-unit-test/pull/1) ([jonesyface](https://github.com/jonesyface))
56+
57+
## [0.10.0](https://github.com/marklogic-community/marklogic-unit-test/tree/0.10.0) (2018-05-02)
58+
[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.9.1...0.10.0)
59+
60+
**Closed issues:**
61+
62+
- TestManager does not run teardown or suiteTeardown [\#2](https://github.com/marklogic-community/marklogic-unit-test/issues/2)
63+
64+
**Merged pull requests:**
65+
66+
- run teardown by default [\#3](https://github.com/marklogic-community/marklogic-unit-test/pull/3) ([dmcassel](https://github.com/dmcassel))
67+
- Teardown scripts are now invoked by default as part of a single test [\#7](https://github.com/marklogic-community/marklogic-unit-test/pull/7) ([rjrudin](https://github.com/rjrudin))
68+
- Develop [\#6](https://github.com/marklogic-community/marklogic-unit-test/pull/6) ([dmcassel](https://github.com/dmcassel))
69+
70+
## [0.9.1](https://github.com/marklogic-community/marklogic-unit-test/tree/0.9.1) (2018-02-22)
71+
72+
73+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@ provides a few new features:
1010
To try this out locally, check out the [ml-gradle example project](https://github.com/marklogic-community/ml-gradle/tree/dev/examples/unit-test-project).
1111
You can use that project's build.gradle file as an example of how to use marklogic-unit-test in your own project.
1212

13-
## Publishing
13+
## Releasing
14+
15+
To do a release:
16+
17+
1. Increment the `version` property in `{PROJECT}/gradle.properties`
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+
22+
3. Commit the CHANGELOG.md
23+
4. Push changes to GitHub
24+
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/.
26+
27+
### Publishing to bintray
1428

1529
To publish this project, you need to publish both marklogic-unit-test-modules and marklogic-unit-test-client.
1630

17-
1. In `{PROJECT}/gradle.properties`:
18-
- Increment the `version` property
19-
- Add these properties to your `myBintrayUser`, `myBintrayKey`
31+
1. In `{PROJECT}/gradle.properties`, add these properties `myBintrayUser`, `myBintrayKey`
2032
2. `cd marklogic-unit-test-client`
2133
3. `gradle bintrayUpload`
2234
4. `cd ../marklogic-unit-test-modules`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=com.marklogic
2-
version=0.11.2
2+
version=0.12.0

0 commit comments

Comments
 (0)