We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4b313 commit 15b2805Copy full SHA for 15b2805
README.md
@@ -56,16 +56,3 @@ assert JsonLogic.truthy("Hello world!") == true;
56
57
// etc...
58
```
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