Skip to content

Commit 30516a8

Browse files
committed
docs: cl update
1 parent 4819467 commit 30516a8

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

.github/workflows/cl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
config: ./cliff.toml
2828
args: --unreleased --bump
29-
env:
30-
OUTPUT: CHANGELOG.md
29+
# env:
30+
# OUTPUT: CHANGELOG.md
3131

3232
- name: Print the changelog
3333
run: cat "${{ steps.generate_unreleased_changelog.outputs.changelog }}"
@@ -54,7 +54,7 @@ jobs:
5454
- name: release
5555
uses: actions/create-release@v1
5656
with:
57-
release_name: Release v${{ steps.generate_unreleased_changelog.outputs.version }}
57+
release_name: Release ${{ steps.generate_unreleased_changelog.outputs.version }}
5858
tag_name: ${{ steps.generate_unreleased_changelog.outputs.version }}
5959
commitish: ${{ github.sha }}
6060
body: ${{ steps.generate_unreleased_changelog.outputs.changelog }}

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Changelog
22

3-
# [0.0.2](https://github.com/dfm88/fastapi-two-factor-authentication/compare/v0.0.1...0.0.2) - (2024-03-09)
3+
# [0.0.3](https://github.com/dfm88/fastapi-two-factor-authentication/compare/vv0.0.2...vv0.0.3) - (2024-03-09)
44

55
## <!-- 1 -->🐛 Bug Fixes
66

7+
- **wf:** Typos ([4819467](https://github.com/dfm88/fastapi-two-factor-authentication/commit/4819467da287fb78bd0dc1872a56b4ce58af6cde)) - (Diego Margoni)
8+
9+
# [0.0.2](https://github.com/dfm88/fastapi-two-factor-authentication/compare/v0.0.1...vv0.0.2) - (2024-03-09)
10+
11+
## <!-- 1 -->🐛 Bug Fixes
12+
13+
- (workflow): update workflow again ([4dd408e](https://github.com/dfm88/fastapi-two-factor-authentication/commit/4dd408e0ab8f290f2192c60e7c91bd0ded2ea71f)) - (Diego Margoni)
14+
- (workflow): update cliff version ([4da1210](https://github.com/dfm88/fastapi-two-factor-authentication/commit/4da12107d7592147eddbbf69fdc77e9f3a138e1e)) - (Diego Margoni)
715
- Again cl ([dabbcf2](https://github.com/dfm88/fastapi-two-factor-authentication/commit/dabbcf23389af8661d47f0b030adf7ae50ec5dc8)) - (Diego Margoni)
816
- Ci.yaml ([1b7ce67](https://github.com/dfm88/fastapi-two-factor-authentication/commit/1b7ce677904c9d5078b8f0024170044cfbb7d3b7)) - (Diego Margoni)
917

@@ -15,8 +23,28 @@
1523

1624
- Merge branch 'master' into develop ([4653aaf](https://github.com/dfm88/fastapi-two-factor-authentication/commit/4653aaf2bfe2988f5d71fc714e7f33e62203c147)) - (Diego Margoni)
1725

26+
## <!-- 5 -->🎨 Styling
27+
28+
- **main:** Typo ([9a1d715](https://github.com/dfm88/fastapi-two-factor-authentication/commit/9a1d715159723ce08ea42517b87cb94d53ece57b)) - (Diego Margoni)
29+
1830
## <!-- 7 -->⚙️ Miscellaneous Tasks
1931

32+
- **changelog:** Update changelog [skip ci] ([7040277](https://github.com/dfm88/fastapi-two-factor-authentication/commit/70402779f7525a89fde26c0687086f77d2ffa9d3)) - (dfm88)
2033
- **changelog:** Update changelog [skip ci] ([e24b93e](https://github.com/dfm88/fastapi-two-factor-authentication/commit/e24b93e5e6ba2a1fc17524791c81eca3d57bf929)) - (dfm88)
2134

35+
# [0.0.1](https://github.com/dfm88/fastapi-two-factor-authentication/tree/v0.0.1) - (2024-03-08)
36+
37+
## <!-- 29 -->👷 CI/CD
38+
39+
- Rtd ([04e3ed4](https://github.com/dfm88/fastapi-two-factor-authentication/commit/04e3ed4075c74d8f17cf65361dc2fae11e396dd0)) - (Diego Margoni)
40+
- Rtd ([31cbd86](https://github.com/dfm88/fastapi-two-factor-authentication/commit/31cbd86801810ae00b11116bdc9fb25a84fabd8d)) - (Diego Margoni)
41+
42+
## <!-- 3 -->📚 Documentation
43+
44+
- Add pipeline changelog ([3c0a702](https://github.com/dfm88/fastapi-two-factor-authentication/commit/3c0a70275fe2646f9cc637a075855076e3271231)) - (Diego Margoni)
45+
46+
## <!-- 7 -->⚙️ Miscellaneous Tasks
47+
48+
- Cliff toml ([8840d44](https://github.com/dfm88/fastapi-two-factor-authentication/commit/8840d447f2d0ed02393c4f709211964b2957ca3a)) - (Diego Margoni)
49+
2250
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)