Skip to content

Commit

Permalink
Allow rereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
tokox committed Mar 27, 2024
1 parent 540e1e3 commit 6dde1ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: Create release
uses: ncipollo/[email protected]
with:
allowUpdates: true
name: Release ${{ github.ref_name }}
bodyFile: changelog.md
tag: ${{ github.ref_name }}
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
- name: Upload assets
uses: ncipollo/[email protected]
with:
replacesArtifacts: true
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: assets/*.rpm
Expand Down
8 changes: 5 additions & 3 deletions cpp-json.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ cp -a LICENSE.md README.md %{buildroot}/usr/share/doc/tokox/cpp-json
%doc /usr/share/doc/tokox/cpp-json/README.md

%changelog
* Wed Mar 20 2024 Tomasz Kośnikowski (tokox) - 1.2-2
- Updated README

* Tue Mar 19 2024 Tomasz Kośnikowski (tokox) - 1.2-1
- Replaced std::variant with std::any
- improved object class

Patches:
- 1.2-2:
- Updated README


* Sun Mar 10 2024 Tomasz Kośnikowski (tokox) - 1.1-1
- Wrapped everything in tokox namespace and reformated code
Expand Down

0 comments on commit 6dde1ad

Please sign in to comment.