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
[](https://pypistats.org/packages/cookiecutter-python)[](https://github.com/boromir674/cookiecutter-python-package/compare/v2.5.9..master)[](https://github.com/boromir674/cookiecutter-python-package/releases)
6
+
[](https://pypistats.org/packages/cookiecutter-python)[](https://github.com/boromir674/cookiecutter-python-package/compare/v2.5.10..master)[](https://github.com/boromir674/cookiecutter-python-package/releases)
Copy file name to clipboardExpand all lines: docs/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Welcome to `Cookiecutter Python Package` Documentation!
2
2
3
-
**Cookiecutter Python Package**, is an open source project [github.com/boromir674/cookiecutter-python-package](https://github.com/boromir674/cookiecutter-python-package), that **Generates**`Open Source Python Projects`!
3
+
[](https://github.com/boromir674/cookiecutter-python-package/actions/workflows/test.yaml)[](https://python-package-generator.readthedocs.io/en/master/)[](https://pypi.org/project/cookiecutter-python/)[](https://app.codecov.io/gh/boromir674/cookiecutter-python-package)
read -ep "After Merge to '${DEFAULT_BRANCH}' branch is made (ie via CLI or github.com), press any key to proceed with updating local '${DEFAULT_BRANCH}' branch" -n1 -s
190
+
191
+
echo"========================="
192
+
193
+
git checkout ${DEFAULT_BRANCH}
194
+
git pull
195
+
196
+
git tag -f "v${NEW_VERSION}"
197
+
git push origin -f "v${NEW_VERSION}"
198
+
echo
199
+
echo"Release v${NEW_VERSION} is now tagged !"
200
+
echo
201
+
202
+
# press any key to continue
203
+
read -ep "Please watch the CI/CD Pipeline to succeed (press any key to continue to 'live watch') !" -n1 -s
204
+
205
+
gh run watch
206
+
207
+
# after success pypi and docker artifacts pushed !! :-)
208
+
echo
209
+
echo"========================="
210
+
echo"Release v${NEW_VERSION} is now tagged and pushed to PyPi and Docker Hub !"
0 commit comments