Skip to content

Commit beec367

Browse files
Create auto_release.yml
1 parent 8ddff38 commit beec367

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/auto_release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)