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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-29Lines changed: 4 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,35 +55,10 @@ from amadeus import Client
55
55
56
56
### Releasing
57
57
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`
0 commit comments