Skip to content

Commit bae4780

Browse files
authored
Rename release-drafter and major-tagging workflows (#133)
### Issue <!-- Please link the GitHub issues related to this PR, if available --> ### Description <!-- Please explain the changes you made here. Help your reviewers by guiding them through your key changes, implementation decisions etc. You can even include snippets of output or screenshots. A good, clear description == a faster review :) --> ### Checklist - [ ] I have read the [contributing guidelines](https://github.com/httpdss/structkit/blob/main/README.md#contributing). - [ ] My code follows the code style of this project. - [ ] I have performed a self-review of my own code. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] New and existing unit tests pass locally with my changes. - [ ] I have updated the documentation accordingly. ### Screenshots (if applicable) <!-- Add screenshots to illustrate the changes made in the pull request --> ### Additional Comments <!-- Add any other context or comments about the pull request here -->
1 parent 9c69d45 commit bae4780

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

structkit/contribs/github/workflows/release-drafter.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
files:
2-
- .github/workflows/release-drafter.yaml:
2+
- .github/workflows/z-release-drafter.yaml:
33
content: |
4-
name: release-drafter
4+
name: z-release-drafter
55
66
on:
77
push:
@@ -27,9 +27,9 @@ files:
2727
prerelease: false
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
- .github/workflows/major-tagging.yaml:
30+
- .github/workflows/z-major-tagging.yaml:
3131
content: |
32-
name: major-tagging
32+
name: z-major-tagging
3333
3434
on:
3535
push:

0 commit comments

Comments
 (0)