We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddff38 commit beec367Copy full SHA for beec367
1 file changed
.github/workflows/auto_release.yml
@@ -0,0 +1,19 @@
1
+# 📘 Full documentation:
2
+# https://github.com/renalreg/.github/blob/main/README.md#python-test-workflow
3
+
4
+name: Auto Release
5
6
+on:
7
+ push:
8
+ branches:
9
+ - "main"
10
11
+ workflow_dispatch:
12
13
+jobs:
14
+ call-workflow:
15
+ name: Building release branch and updating CHANGELOG.md
16
+ uses: renalreg/.github/.github/workflows/auto_release.yml@main
17
+ secrets: inherit
18
+ with:
19
+ release_type: "python"
0 commit comments