Skip to content

Commit 9151a8d

Browse files
Thiyagu55dolphin1999
authored andcommitted
Adding python- tag related info the RELEASE.md
1 parent 8a616b5 commit 9151a8d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/python-publish-to-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish to Pypi
1+
name: Publish Python to Pypi
22

33
on:
44
push:
55
tags:
66
- python-*
77

88
jobs:
9-
publish:
9+
publish-python-to-pypi:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

python/sqlcommenter-python/RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ To publish a stable release:
3535

3636
1. Do not change the release branch directly; make a PR to the release-X.Y branch with VERSION and any CHANGELOG changes.
3737
2. After merging your PR to release branch, `git tag` the new release from release branch.
38-
3. Merge the release branch `release-x.y` to `master`
38+
3. Tag should be prefixed with `python-`
39+
4. Once the release occurs `publish-python-to-pypi` workflow job will get executed and will publish the library to testpypi and pypi
40+
5. When build succeeds, merge the release branch `release-x.y` to `master`

0 commit comments

Comments
 (0)