From 625ba1a168cc18b2d553ee52aac7efab21037b73 Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:35:07 +0300 Subject: [PATCH 01/14] fix: push workflow (#74) --- .github/workflows/push.yaml | 3 +++ .github/workflows/release.yaml | 19 ------------------- .gitignore | 1 + 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 39a2ca0..a57494d 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -39,6 +39,9 @@ jobs: run: poetry run black . - name: Run isort run: poetry run isort . --profile black + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "fix: style fixes" code-quality: needs: code-style diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a8d3bfb..0a2d310 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,26 +22,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 - code-style: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Run image - uses: abatilo/actions-poetry@v2 - with: - poetry-version: '1.3.2' - - name: Install dependencies - run: poetry install - - name: Run black - run: poetry run black . - - name: Run isort - run: poetry run isort . --profile black - code-quality: - needs: code-style runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index 0f8b768..167bf03 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ venv/ testing/ *.xml *.prom +poetry.lock From 02457253a41ba1f86e8dfe4a811a0b7b3d3f4bb6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 06:36:56 +0000 Subject: [PATCH 02/14] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.4...v1.0.5) (2023-10-09) ### Bug Fixes * push workflow ([#74](https://github.com/cloud-labs-infra/github-backup/issues/74)) ([625ba1a](https://github.com/cloud-labs-infra/github-backup/commit/625ba1a168cc18b2d553ee52aac7efab21037b73)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65a333..946513a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.4...v1.0.5) (2023-10-09) + + +### Bug Fixes + +* push workflow ([#74](https://github.com/cloud-labs-infra/github-backup/issues/74)) ([625ba1a](https://github.com/cloud-labs-infra/github-backup/commit/625ba1a168cc18b2d553ee52aac7efab21037b73)) + ## [1.0.4](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.3...v1.0.4) (2023-10-09) diff --git a/pyproject.toml b/pyproject.toml index 1d407ed..c4ceb82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.4" +version = "1.0.5" description = "" authors = ["Karina5005 "] readme = "README.md" From b7f112053cbdf717c32e586df0637be4840ed90a Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:38:13 +0300 Subject: [PATCH 03/14] fix: update pyproject.toml --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4ceb82..7077064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,7 @@ build-backend = "poetry.core.masonry.api" backup-github = "backup_github.main:main" [tool.semantic_release] -version_variable = [ - "pyproject.toml:version" -] +version_variable = ["pyproject.toml:version"] branch = "main" upload_to_pypi = true upload_to_release = true From a802121a2dc3b6119e988a9850d768246366d0b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 06:40:07 +0000 Subject: [PATCH 04/14] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.5...v1.0.6) (2023-10-09) ### Bug Fixes * update pyproject.toml ([b7f1120](https://github.com/cloud-labs-infra/github-backup/commit/b7f112053cbdf717c32e586df0637be4840ed90a)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946513a..fdcfb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.5...v1.0.6) (2023-10-09) + + +### Bug Fixes + +* update pyproject.toml ([b7f1120](https://github.com/cloud-labs-infra/github-backup/commit/b7f112053cbdf717c32e586df0637be4840ed90a)) + ## [1.0.5](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.4...v1.0.5) (2023-10-09) diff --git a/pyproject.toml b/pyproject.toml index 7077064..09e1470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.5" +version = "1.0.6" description = "" authors = ["Karina5005 "] readme = "README.md" From a502cc1788ebc20a531e393f3d950b286a219a2d Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:23:12 +0300 Subject: [PATCH 05/14] fix: semantic release (#76) --- .github/workflows/pr-title.yaml | 4 +- .github/workflows/publish.yaml | 25 ++++++++++++ .github/workflows/push.yaml | 60 +++++++++-------------------- .github/workflows/release.yaml | 68 +++++++++------------------------ .releaserc.json | 51 +++++++++++++++++++++++++ CHANGELOG.md | 34 ++++++++++++++++- pyproject.toml | 9 +---- 7 files changed, 148 insertions(+), 103 deletions(-) create mode 100644 .github/workflows/publish.yaml create mode 100644 .releaserc.json diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml index 0540e11..3c07725 100644 --- a/.github/workflows/pr-title.yaml +++ b/.github/workflows/pr-title.yaml @@ -12,6 +12,8 @@ jobs: name: "Title" runs-on: ubuntu-20.04 permissions: write-all + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} steps: - name: "Check PR title" uses: amannn/action-semantic-pull-request@v5 @@ -27,5 +29,3 @@ jobs: requireScope: false wip: true validateSingleCommit: false - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml new file mode 100644 index 0000000..7b65a46 --- /dev/null +++ b/.github/workflows/publish.yaml @@ -0,0 +1,25 @@ +name: Publish +on: + release: + types: + - created + +jobs: + publish-pypi: + name: "Release to PYPI" + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: '3.10' + - name: Install poetry + uses: abatilo/actions-poetry@v2 + with: + poetry-version: '1.3.2' + - name: Publish + env: + PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} + run: | + poetry config pypi-token.pypi $PYPI_TOKEN + poetry publish --build diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index a57494d..e918e97 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -1,35 +1,21 @@ name: Push on: push: - branches-ignore: [ main ] + branches-ignore: + - main + workflow_call: + workflow_dispatch: jobs: - test: - runs-on: ubuntu-latest + check: + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - name: Install python + uses: actions/setup-python@v4 with: python-version: '3.10' - - name: Run image - uses: abatilo/actions-poetry@v2 - with: - poetry-version: '1.3.2' - - name: Install dependencies - run: poetry install - - name: Run tests - run: poetry run pytest --cov=./ --cov-report=xml - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 - - code-style: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Run image + - name: Install poetry uses: abatilo/actions-poetry@v2 with: poetry-version: '1.3.2' @@ -39,27 +25,17 @@ jobs: run: poetry run black . - name: Run isort run: poetry run isort . --profile black - - uses: stefanzweifel/git-auto-commit-action@v4 + - name: Commit style changes + uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "fix: style fixes" - - code-quality: - needs: code-style - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Run image - uses: abatilo/actions-poetry@v2 - with: - poetry-version: '1.3.2' - - name: Install dependencies - run: poetry install - - name: Run black + - name: Check black run: poetry run black . --check - - name: Run isort + - name: Check isort run: poetry run isort . --check-only --profile black - - name: Run flake8 + - name: Check flake8 run: poetry run flake8 . --max-line-length 120 + - name: Run tests + run: poetry run pytest --cov=./ --cov-report=xml + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0a2d310..62c7489 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,58 +4,26 @@ on: branches: [ main ] jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Run image - uses: abatilo/actions-poetry@v2 - with: - poetry-version: '1.3.2' - - name: Install dependencies - run: poetry install - - name: Run tests - run: poetry run pytest --cov=./ --cov-report=xml - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 - - code-quality: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Run image - uses: abatilo/actions-poetry@v2 - with: - poetry-version: '1.3.2' - - name: Install dependencies - run: poetry install - - name: Run black - run: poetry run black . --check - - name: Run isort - run: poetry run isort . --check-only --profile black - - name: Run flake8 - run: poetry run flake8 . --max-line-length 120 + tests: + name: "Run tests" + uses: ./.github/workflows/push.yaml + secrets: inherit release: - needs: [test, code-quality] - if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):') - runs-on: ubuntu-latest + needs: tests + name: "Release" + runs-on: ubuntu-20.04 + permissions: write-all + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Install Python Poetry - uses: abatilo/actions-poetry@v2 - with: - poetry-version: '1.3.2' - - uses: bjoluc/semantic-release-config-poetry@v2 + - name: Release + uses: cycjimmy/semantic-release-action@v3 with: - pypi_token: ${{ secrets.PYPI_TOKEN }} - github_token: ${{ secrets.GH_TOKEN }} + semantic_version: 18.0.0 + extra_plugins: | + @semantic-release/changelog@6.0.0 + @semantic-release/exec@6.0.3 + @semantic-release/git@10.0.0 + conventional-changelog-conventionalcommits@4.6.3 diff --git a/.releaserc.json b/.releaserc.json new file mode 100644 index 0000000..a5a023d --- /dev/null +++ b/.releaserc.json @@ -0,0 +1,51 @@ +{ + "branches": [ + "main" + ], + "ci": false, + "plugins": [ + [ + "@semantic-release/commit-analyzer", + { + "preset": "conventionalcommits" + } + ], + [ + "@semantic-release/release-notes-generator", + { + "preset": "conventionalcommits" + } + ], + [ + "@semantic-release/github", + { + "successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:", + "labels": false, + "releasedLabels": false + } + ], + [ + "@semantic-release/changelog", + { + "changelogFile": "CHANGELOG.md", + "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file." + } + ], + [ + "@semantic-release/exec", + { + "prepareCmd": "sed -i 's/^version.*$/version = \"${nextRelease.version}\"/' pyproject.toml ; cat pyproject.toml" + } + ], + [ + "@semantic-release/git", + { + "assets": [ + "CHANGELOG.md", + "pyproject.toml" + ], + "message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + } + ] + ] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fdcfb1e..7523300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog -All notable changes to this project will be documented in this file. See +All notable changes to this project will be documented in this file. + +### [1.0.10](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.9...v1.0.10) (2023-10-09) + + +### Bug Fixes + +* release branch ([579397b](https://github.com/cloud-labs-infra/github-backup/commit/579397b7fe9bc049f26b82c551608bc0f2bc8b5a)) +* remove exec install ([a60f65c](https://github.com/cloud-labs-infra/github-backup/commit/a60f65c4abd3066816f3d7bec599be6f42a67c9a)) + +### [1.0.9](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.8...v1.0.9) (2023-10-09) + + +### Bug Fixes + +* publish workflow ([73919df](https://github.com/cloud-labs-infra/github-backup/commit/73919df33098d2b99663ba7177ed41e3423d8997)) + +### [1.0.8](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.7...v1.0.8) (2023-10-09) + + +### Bug Fixes + +* step name ([a9b59e7](https://github.com/cloud-labs-infra/github-backup/commit/a9b59e7c45ace5ac00afbe87c3e227ba6af3da9e)) + +### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-09) + + +### Bug Fixes + +* commit style changes ([52c0a43](https://github.com/cloud-labs-infra/github-backup/commit/52c0a43658abfd89261e5413e49da7543f2c39df)) +* style fixes ([3c7d1f7](https://github.com/cloud-labs-infra/github-backup/commit/3c7d1f71931ba17461a260ba76819dc6e7d90c52)) + +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [1.0.6](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.5...v1.0.6) (2023-10-09) diff --git a/pyproject.toml b/pyproject.toml index 09e1470..52d175d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.6" +version = "1.0.10" description = "" authors = ["Karina5005 "] readme = "README.md" @@ -26,10 +26,3 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] backup-github = "backup_github.main:main" - -[tool.semantic_release] -version_variable = ["pyproject.toml:version"] -branch = "main" -upload_to_pypi = true -upload_to_release = true -build_command = "pip install poetry && poetry build" From 66a978234dc1d14826b3bae53d86578183308db6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Oct 2023 07:24:55 +0000 Subject: [PATCH 06/14] chore(release): version 1.0.7 [skip ci] ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7523300..a210f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) + + +### Bug Fixes + +* semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) + ### [1.0.10](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.9...v1.0.10) (2023-10-09) diff --git a/pyproject.toml b/pyproject.toml index 52d175d..d8dd554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.10" +version = "1.0.7" description = "" authors = ["Karina5005 "] readme = "README.md" From 1a924a1c31e643c796af1c5e9a3c09a02492d6de Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:40:14 +0300 Subject: [PATCH 07/14] fix: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8dd554..fa85a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.7" +version = "1.0.6" description = "" authors = ["Karina5005 "] readme = "README.md" From f7e0653765e99066840ba8151cdcdf460efa9b4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Oct 2023 07:41:52 +0000 Subject: [PATCH 08/14] chore(release): version 1.0.7 [skip ci] ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) * update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a210f6b..bbead4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) +### Bug Fixes + +* semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) +* update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) + +### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) + + ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) diff --git a/pyproject.toml b/pyproject.toml index fa85a19..d8dd554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.6" +version = "1.0.7" description = "" authors = ["Karina5005 "] readme = "README.md" From 5d03720c655ec89c3460cc9de991465107fc1a50 Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:43:50 +0300 Subject: [PATCH 09/14] fix: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8dd554..fa85a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.7" +version = "1.0.6" description = "" authors = ["Karina5005 "] readme = "README.md" From 897d2d56771d2361da1b3155b117d8d726743a52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Oct 2023 07:45:16 +0000 Subject: [PATCH 10/14] chore(release): version 1.0.7 [skip ci] ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) * update pyproject.toml ([5d03720](https://github.com/cloud-labs-infra/github-backup/commit/5d03720c655ec89c3460cc9de991465107fc1a50)) * update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbead4e..dedd569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) +### Bug Fixes + +* semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) +* update pyproject.toml ([5d03720](https://github.com/cloud-labs-infra/github-backup/commit/5d03720c655ec89c3460cc9de991465107fc1a50)) +* update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) + +### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) + + ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) diff --git a/pyproject.toml b/pyproject.toml index fa85a19..d8dd554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.6" +version = "1.0.7" description = "" authors = ["Karina5005 "] readme = "README.md" From 24f557d2598d3976c2341bf560e367fefdd67b1e Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:51:42 +0300 Subject: [PATCH 11/14] fix: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8dd554..fa85a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.7" +version = "1.0.6" description = "" authors = ["Karina5005 "] readme = "README.md" From 729b02423be15c573532a317d1d008c2cc9680cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Oct 2023 08:53:33 +0000 Subject: [PATCH 12/14] chore(release): version 1.0.7 [skip ci] ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) * update pyproject.toml ([24f557d](https://github.com/cloud-labs-infra/github-backup/commit/24f557d2598d3976c2341bf560e367fefdd67b1e)) * update pyproject.toml ([5d03720](https://github.com/cloud-labs-infra/github-backup/commit/5d03720c655ec89c3460cc9de991465107fc1a50)) * update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dedd569..f7a81c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) +### Bug Fixes + +* semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) +* update pyproject.toml ([24f557d](https://github.com/cloud-labs-infra/github-backup/commit/24f557d2598d3976c2341bf560e367fefdd67b1e)) +* update pyproject.toml ([5d03720](https://github.com/cloud-labs-infra/github-backup/commit/5d03720c655ec89c3460cc9de991465107fc1a50)) +* update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) + +### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) + + ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) diff --git a/pyproject.toml b/pyproject.toml index fa85a19..d8dd554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.6" +version = "1.0.7" description = "" authors = ["Karina5005 "] readme = "README.md" From 3df679e2a85683218c16700732ac5a68f8f0ba9d Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:46:38 +0300 Subject: [PATCH 13/14] fix: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8dd554..fa85a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.7" +version = "1.0.6" description = "" authors = ["Karina5005 "] readme = "README.md" From 72a856791e1ed0acc610cd7fcb3c87627eb8d9fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Oct 2023 06:48:21 +0000 Subject: [PATCH 14/14] chore(release): version 1.0.7 [skip ci] ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-11) ### Bug Fixes * semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) * update pyproject.toml ([3df679e](https://github.com/cloud-labs-infra/github-backup/commit/3df679e2a85683218c16700732ac5a68f8f0ba9d)) * update pyproject.toml ([24f557d](https://github.com/cloud-labs-infra/github-backup/commit/24f557d2598d3976c2341bf560e367fefdd67b1e)) * update pyproject.toml ([5d03720](https://github.com/cloud-labs-infra/github-backup/commit/5d03720c655ec89c3460cc9de991465107fc1a50)) * update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a81c3..3f77d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-11) + + +### Bug Fixes + +* semantic release ([#76](https://github.com/cloud-labs-infra/github-backup/issues/76)) ([a502cc1](https://github.com/cloud-labs-infra/github-backup/commit/a502cc1788ebc20a531e393f3d950b286a219a2d)) +* update pyproject.toml ([3df679e](https://github.com/cloud-labs-infra/github-backup/commit/3df679e2a85683218c16700732ac5a68f8f0ba9d)) +* update pyproject.toml ([24f557d](https://github.com/cloud-labs-infra/github-backup/commit/24f557d2598d3976c2341bf560e367fefdd67b1e)) +* update pyproject.toml ([5d03720](https://github.com/cloud-labs-infra/github-backup/commit/5d03720c655ec89c3460cc9de991465107fc1a50)) +* update pyproject.toml ([1a924a1](https://github.com/cloud-labs-infra/github-backup/commit/1a924a1c31e643c796af1c5e9a3c09a02492d6de)) + ### [1.0.7](https://github.com/cloud-labs-infra/github-backup/compare/v1.0.6...v1.0.7) (2023-10-10) diff --git a/pyproject.toml b/pyproject.toml index fa85a19..d8dd554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backup-github-org" -version = "1.0.6" +version = "1.0.7" description = "" authors = ["Karina5005 "] readme = "README.md"