Skip to content

Commit

Permalink
Merge branch 'main' into 70-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Oct 9, 2023
2 parents 4a992b8 + 7da2a89 commit 20a2355
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.3...v1.0.4) (2023-10-09)


### Bug Fixes

* update pyproject.toml ([9c1436d](https://github.com/cloud-labs-infra/github-backup/commit/9c1436d572ee617094cf6ddf4424a5587f012d63))

## [1.0.3](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.2...v1.0.3) (2023-10-09)


### Bug Fixes

* update version pyproject.toml ([606ddb2](https://github.com/cloud-labs-infra/github-backup/commit/606ddb23b10f0089128082fe036b321c2b692cf9))

## [1.0.2](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.1...v1.0.2) (2023-10-09)


### Bug Fixes

* update version for semantic release ([#73](https://github.com/cloud-labs-infra/github-backup/issues/73)) ([c805d5d](https://github.com/cloud-labs-infra/github-backup/commit/c805d5d3f755b32aa446083ba265777adb9504a5))

## [1.0.1](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.0...v1.0.1) (2023-10-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ version_variable = [
branch = "main"
upload_to_pypi = true
upload_to_release = true
build_command = "pip install poetry && poetry build"
build_command = "pip install poetry && poetry build"

0 comments on commit 20a2355

Please sign in to comment.