You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make a new release, follow the following steps:
48
48
49
49
-[ ] Update the version in `Amadeus.java` using semver rules
50
+
-[ ] Update the version in `AmadeusTest.java`
51
+
-[ ] Update the version in `gradle.properties`
50
52
-[ ] Update the `CHANGELOG.md` with the new version
53
+
-[ ] Update the version in `README.md` for Maven and Gradle
51
54
-[ ] Push all changes and ensure all tests pass on GitHub Actions
52
-
-[ ] Tag your release in git using `git --tag vX.X.X`
53
-
-[ ] Push the new tag `git push --tags`
54
-
-[ ] Update the [Releases](https://github.com/amadeus4dev/amadeus-java/releases) tab on GitHub with a new release for the tag, copying the description from the `CHANGELOG.md`
55
+
-[ ] Draft a new [release](https://github.com/amadeus4dev/amadeus-java/releases/new) by creating a tag and copying the description from the `CHANGELOG.md`
55
56
56
57
GitHub Actions will now build the library and release it to Maven Central.
0 commit comments