From 6104efbd2191861620261b2ddd13302eea8d72ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 26 Oct 2023 13:15:22 +0200 Subject: [PATCH] Release 0.28.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- .github/workflows/release.yml | 10 ++++++---- CHANGELOG.md | 4 ++++ rebase-helper.spec | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a34e968..c199c07a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,14 +11,16 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: ${{ github.event_name == 'release' }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: ${{ github.event_name == 'workflow_dispatch' }} with: ref: ${{ github.event.inputs.ref }} - - name: Create dist - run: python3 setup.py sdist bdist_wheel --universal + - name: Build a source tarball and a binary wheel + run: | + python -m pip install build + python -m build - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e6fda7..a2f00ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.28.1] - 2023-10-26 +### Changed +- Removed dependency on obsoleted setuptools_scm_git_archive + ## [0.28.0] - 2023-02-13 ### Fixed - *debuginfo* packages are now skipped when running **sonamecheck** diff --git a/rebase-helper.spec b/rebase-helper.spec index 4502bd4e..19e3490e 100644 --- a/rebase-helper.spec +++ b/rebase-helper.spec @@ -1,7 +1,7 @@ %global pkgname rebasehelper Name: rebase-helper -Version: 0.28.0 +Version: 0.28.1 Release: 1%{?dist} Summary: The tool that helps you to rebase your package to the latest version @@ -84,6 +84,9 @@ install -p -m 0644 %{name}.bash %{buildroot}%{_datadir}/bash-completion/completi %changelog +* Thu Oct 26 2023 Nikola Forró - 0.28.1-1 +- New release 0.28.1 + * Mon Feb 13 2023 Nikola Forró - 0.28.0-1 - New release 0.28.0