From dac3f6c6ca62d1467d11d41b7006d032f16ae935 Mon Sep 17 00:00:00 2001 From: Sam Jesso Date: Sat, 15 Mar 2025 11:42:59 -0300 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 2d7fac5..1843d8d 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,3 @@ assert JsonLogic.truthy("Hello world!") == true; // etc... ``` - -## Building a Release - -For now, there is no CI pipeline. -Changes do not happen frequently enough to require them. - -1. Remove the `-SNAPSHOT` from the version in `build.gradle`. -2. Update the `README.md` installation instructions to use the new version. -3. Add and commit the changes. -4. Create a git tag (`git tag v{VERSION}`) and push: `git push && git push --tags`. -5. Run `./gradlew clean build uploadArchives` to push to Sonatype. -6. Bump the version in the `build.gradle` file and add `-SNAPSHOT` to it. -7. Add and commit the changes.