Skip to content

Commit 0868fc4

Browse files
committed
update contributors guide
1 parent 2d55ca2 commit 0868fc4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ compile files('/path/to/libs/amadeus-java-1.0.1-SNAPSHOT.jar')
4747
To make a new release, follow the following steps:
4848

4949
- [ ] Update the version in `Amadeus.java` using semver rules
50+
- [ ] Update the version in `AmadeusTest.java`
51+
- [ ] Update the version in `gradle.properties`
5052
- [ ] Update the `CHANGELOG.md` with the new version
53+
- [ ] Update the version in `README.md` for Maven and Gradle
5154
- [ ] 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`
5556

5657
GitHub Actions will now build the library and release it to Maven Central.
5758

0 commit comments

Comments
 (0)