Skip to content

Commit

Permalink
Release 0.28.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
nforro committed Oct 26, 2023
1 parent 58b22e4 commit 6104efb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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**
Expand Down
5 changes: 4 additions & 1 deletion 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

Expand Down Expand Up @@ -84,6 +84,9 @@ install -p -m 0644 %{name}.bash %{buildroot}%{_datadir}/bash-completion/completi


%changelog
* Thu Oct 26 2023 Nikola Forró <nforro@redhat.com> - 0.28.1-1
- New release 0.28.1

* Mon Feb 13 2023 Nikola Forró <nforro@redhat.com> - 0.28.0-1
- New release 0.28.0

Expand Down

0 comments on commit 6104efb

Please sign in to comment.