Skip to content

Commit 15b2805

Browse files
authored
Update README.md to remove CI notice (#52) [skip ci]
1 parent ac4b313 commit 15b2805

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,3 @@ assert JsonLogic.truthy("Hello world!") == true;
5656

5757
// etc...
5858
```
59-
60-
## Building a Release
61-
62-
For now, there is no CI pipeline.
63-
Changes do not happen frequently enough to require them.
64-
65-
1. Remove the `-SNAPSHOT` from the version in `build.gradle`.
66-
2. Update the `README.md` installation instructions to use the new version.
67-
3. Add and commit the changes.
68-
4. Create a git tag (`git tag v{VERSION}`) and push: `git push && git push --tags`.
69-
5. Run `./gradlew clean build uploadArchives` to push to Sonatype.
70-
6. Bump the version in the `build.gradle` file and add `-SNAPSHOT` to it.
71-
7. Add and commit the changes.

0 commit comments

Comments
 (0)