Skip to content

Commit

Permalink
Add additional publishing information
Browse files Browse the repository at this point in the history
It's now also necessary to adjust the version number in the
MetricsBase class.
  • Loading branch information
Bastian committed Jan 23, 2021
1 parent ad13633 commit 7e0c2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ It will write the generated files into the `<platform>/build/generated/` directo

Snapshots are automatically published on every push.

To publish a new release, one can simply remove the `-SNAPSHOT` suffix from the version in the `gradle.properties` file.
To publish a new release, one can simply remove the `-SNAPSHOT` suffix from the version in the `gradle.properties` file
and in the [`MetricsBase`](/base/src/main/java/org/bstats/MetricsBase.java) class.
This will automatically trigger a GitHub Action that
* Publishes a GitHub Release
* Pushes the new version to Maven Central
Expand Down

0 comments on commit 7e0c2c7

Please sign in to comment.