Skip to content

Commit 50a289b

Browse files
feat: add automatic and manual release workflows with version management
1 parent be245d9 commit 50a289b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automatic-release-create.yml renamed to .github/workflows/auto-release-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
call:
15-
uses: devops-infra/.github/.github/workflows/reusable-automatic-release-create.yml@v1
15+
uses: devops-infra/.github/.github/workflows/reusable-auto-release-create.yml@v1
1616
with:
1717
profile: actions
1818
secrets: inherit

.github/workflows/manual-release-create.yml renamed to .github/workflows/manual-release-branch-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (Manual) Release Create
1+
name: (Manual) Release Branch Prepare
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)