Skip to content

Commit

Permalink
chore: fix semantic-release
Browse files Browse the repository at this point in the history
- Update initial Changelog
- Update prune workflow
  • Loading branch information
cgawron committed Mar 19, 2024
1 parent 2f48bda commit 88b9386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
dry-run: true # Dry-run first, then change to `false`
prune-untagged: true
prune-tags-regexes: |
^sha-.*
^.........................*
^sha-.*
15 changes: 2 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
# 1.0.0 (2024-03-19)


### Bug Fixes

* logging of response ([34687bb](https://github.com/fhswf/openai-proxy/commit/34687bb3310feaac47d603f0ae3a319eb67b3e79))
* logging of response headers ([5610da9](https://github.com/fhswf/openai-proxy/commit/5610da92b8fdf0238f6a08255ed6dd769c72455f))
# 0.1.1 (2024-03-19)


### Features

* generate redirect_uri ([8f596e9](https://github.com/fhswf/openai-proxy/commit/8f596e9890d551afa3768776136ef7e6434b60ae))

# 1.0.0 (2024-03-19)
# 0.1.0 (2024-03-19)


### Bug Fixes

* logging of response ([34687bb](https://github.com/fhswf/openai-proxy/commit/34687bb3310feaac47d603f0ae3a319eb67b3e79))
* logging of response headers ([5610da9](https://github.com/fhswf/openai-proxy/commit/5610da92b8fdf0238f6a08255ed6dd769c72455f))


### Features

* generate redirect_uri ([8f596e9](https://github.com/fhswf/openai-proxy/commit/8f596e9890d551afa3768776136ef7e6434b60ae))

0 comments on commit 88b9386

Please sign in to comment.