Skip to content

Commit

Permalink
Merge branch 'bump.major' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenbihi committed Mar 7, 2024
2 parents f53244b + eea53b7 commit 839ee56
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 67 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<!-- GitHub Action badges -->
<p style="text-align:center;">
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Build Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-release.yaml/badge.svg" alt="Build Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-release.yaml/badge.svg" alt="Build Status" />
</a>
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Test Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-test.yaml/badge.svg" alt="Test Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-test.yaml/badge.svg" alt="Test Status" />
</a>
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Publish Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-publish.yaml/badge.svg" alt="Publish Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-publish.yaml/badge.svg" alt="Publish Status" />
</a>
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Publish Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-documentation.yaml/badge.svg" alt="Documentation Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-documentation.yaml/badge.svg" alt="Documentation Status" />
</a>
</p>
<!-- Code quality badges -->
Expand Down
Empty file added docs/badges/.empty
Empty file.
1 change: 0 additions & 1 deletion docs/badges/coverage.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/badges/flake8.svg

This file was deleted.

55 changes: 0 additions & 55 deletions docs/badges/interrogate.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/badges/pytest.svg

This file was deleted.

8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<!-- GitHub Action badges -->
<p style="text-align:center;">
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Build Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-release.yaml/badge.svg" alt="Build Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-release.yaml/badge.svg" alt="Build Status" />
</a>
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Test Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-test.yaml/badge.svg" alt="Test Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-test.yaml/badge.svg" alt="Test Status" />
</a>
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Publish Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-publish.yaml/badge.svg" alt="Publish Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-publish.yaml/badge.svg" alt="Publish Status" />
</a>
<a href="https://github.com/ocarinow/fastjwt/actions" alt="Publish Status">
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/python-documentation.yaml/badge.svg" alt="Documentation Status" />
<img src="https://github.com/ocarinow/fastjwt/actions/workflows/cicd-documentation.yaml/badge.svg" alt="Documentation Status" />
</a>
</p>
<!-- Code quality badges -->
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,12 @@ build_command = "pip install poetry && poetry build"
version_toml = ["pyproject.toml:tool.poetry.version"]
version_variables = ["fastjwt/__init__.py:__version__"]
commit_parser = "ci.commitparser:OcarinowCommitParser"
assets = ["docs/badges/*"]
assets = [
"docs/badges/coverage.svg",
"docs/badges/flake8.svg",
"docs/badges/interrogate.svg",
"docs/badges/pytest.svg",
]

[tool.semantic_release.commit_parser_options]
minor_tags = ["[FEAT]"]
Expand Down

0 comments on commit 839ee56

Please sign in to comment.