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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## Release process for kentik-api
4
4
5
-
Release process for kentik-api library is based on github repo tags. Every tag with format v[0-9].[0-9].[0-9] will trigger automatic build of package and publish it in PyPi repository.
5
+
The release process for the kentik-api library is based on GitHub repo tags. Every tag with format v[0-9].[0-9].[0-9] will trigger an automatic build of the package and publish it in the PyPi repository.
6
6
7
7
To build and release package:
8
-
1. Make sure that all code that you want to release is in main branch
9
-
1. Create tag with format v[0-9].[0-9].[0-9] in github. [Releases](https://github.com/kentik/community_sdk_python/releases) -> Draft a new release -> Put tag version, name and description
8
+
1. Make sure that all code that you want to release is in the main branch
9
+
1. Create a tag with format v[0-9].[0-9].[0-9] in GitHub. [Releases](https://github.com/kentik/community_sdk_python/releases) -> Draft a new release -> Put tag version, name and description
10
10
1. Go to [Github Actions](https://github.com/kentik/community_sdk_python/actions)
0 commit comments