Skip to content

Commit e25232d

Browse files
committed
simplify release
1 parent efecaf8 commit e25232d

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -55,35 +55,10 @@ from amadeus import Client
5555

5656
### Releasing
5757

58-
On your local repository, create a release branch:
59-
60-
```sh
61-
$ git checkout -b release-x.y.z
62-
```
63-
64-
Make necessary modifications:
65-
66-
- Update version on `amadeus/version.py`
67-
- Update version and write changes on `CHANGELOG.rst`
68-
69-
Then commit the changes:
70-
71-
```sh
72-
$ git commit -am "Release version x.y.z"
73-
$ git push origin release-x.y.z
74-
```
75-
76-
Create a new Pull Request and merge.
77-
78-
On GitHub: create a new release:
79-
80-
- Go to [Releases](https://github.com/amadeus4dev/amadeus-python/releases)
81-
- Draft a new release
82-
- Tag version: vX.Y.Z
83-
84-
The new package should be automatically [deployed](https://pypi.org/project/amadeus/).
85-
86-
Generate the module version: go on https://badge.fury.io/py/amadeus.svg.
58+
- [ ] Update the version in `amadeus/version.py` using semver rules
59+
- [ ] Update the `CHANGELOG.rst` with the new version
60+
- [ ] Push all changes and ensure all tests pass on GitHub Actions
61+
- [ ] Draft a new [release](https://github.com/amadeus4dev/amadeus-java/releases/new) by creating a tag and copying the description from the `CHANGELOG.rst`
8762

8863
## How to contribute to the Amadeus Python SDK
8964

0 commit comments

Comments
 (0)