File tree Expand file tree Collapse file tree 1 file changed +5
-25
lines changed
repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -27,35 +27,15 @@ jobs:
27
27
runs-on : ubuntu-latest
28
28
name : " Bump version and create changelog with commitizen"
29
29
steps :
30
+
30
31
- name : Check out
31
32
uses : actions/checkout@v4
32
33
with :
33
34
fetch-depth : 0
34
- {% raw %}token: ${{ github.token }}{% endraw %}
35
-
36
- - name : Setup Python
37
- uses : actions/setup-python@v5
38
- with :
39
- python-version : " {{ cookiecutter.max_python_version[0] }}"
40
-
41
- - name : Install uv
42
- uses : astral-sh/setup-uv@v5
35
+ token : ' ${{ github.token }}'
43
36
44
- - name : Install dependencies
45
- run : uv sync --extra=dev
46
-
47
- - id : cz
48
- name : Create bump and changelog
37
+ - name : Create bump and changelog
49
38
uses : commitizen-tools/commitizen-action@master
50
39
with :
51
- {% raw %}github_token: ${{ github.token }}{% endraw %}
52
- changelog_increment_filename : body.md
53
- {% raw %}increment: ${{ github.event.inputs.increment }}{% endraw %}
54
-
55
- - name : Create Release
56
- uses : softprops/action-gh-release@v2
57
- with :
58
- body_path : body.md
59
- {% raw %}tag_name: ${{ env.REVISION }}{% endraw %}
60
- env :
61
- {% raw %}GITHUB_TOKEN: ${{ github.token }}{% endraw %}
40
+ github_token : ' ${{ github.token }}'
41
+ branch : master
You can’t perform that action at this time.
0 commit comments