Skip to content

Commit

Permalink
Bump project gradle version to 0.2.4 (#38)
Browse files Browse the repository at this point in the history
Following these steps from @Adriel-M to get my rule available in the
backend repo - #37

To do a release you must:
* [This PR] bump version here (after your change gets merged in):
https://github.com/Faire/faire-detekt-rules/blob/main/gradle.properties
* Run this workflow
https://github.com/Faire/faire-detekt-rules/actions/workflows/release.yml
(at this point, this is going to publish to maven central :nodders: )
* (optional but you should) git tag that commit to the same version in 1
* create a release here:
https://github.com/Faire/faire-detekt-rules/releases
* If you want to test out the rule on backend before actually creating a
release, I did create this write up in our other repo:
https://github.com/Faire/sqldelight-cockroachdb-dialect?tab=readme-ov-file#using-a-snapshot-release
  • Loading branch information
nakulpathak3 authored May 23, 2024
1 parent 8a7de80 commit c5e4a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kotlin.code.style=official

GROUP=com.faire
POM_ARTIFACT_ID=faire-detekt-rules
VERSION_NAME=0.2.3
VERSION_NAME=0.2.4

0 comments on commit c5e4a96

Please sign in to comment.