-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Sean Chok edited this page Jul 26, 2022
·
2 revisions
Deploifai CLI is released as a package on the Python Package Index, more commonly known as pypi.
Create a new git tag for the new version, and attach a release message.
git tag -a <version> -m '<message>'
# for example
git tag -a v0.2.0 -m 'Release v0.2.0'
Push git tags to GitHub.
git push --tags
The tags would be used to create a new release.
Create a new release.
- Select the appropriate git tag representing the new package version.
- Auto-generate the change log.
- Publish the release.
The package would be built and published with GitHub actions.