Skip to content

Commit c49f679

Browse files
ekulosLuca Pisani
andauthored
release (#1)
* Fix semantic-release branches configuration * Fix semantic-release branches configuration and update spec --------- Co-authored-by: Luca Pisani <luca.pisani@unitiva.it>
1 parent 4d9f21e commit c49f679

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
- uses: cycjimmy/semantic-release-action@v3
1515
with:
1616
semantic_version: 18.0.0
17+
branches: |
18+
[
19+
'main'
20+
]
1721
extra_plugins: |
1822
@semantic-release/changelog
1923
@semantic-release/git

packaging/notes.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ chmod +x %{buildroot}%{_bindir}/%{name}
3434
%{_bindir}/%{name}
3535

3636
%changelog
37-
* Sun Dec 08 2025 Your Name <your@email.com> - %{version}-1
37+
* Sun Dec 08 2025 Luca Pisani <lucas.pisani@gmail.com> - %{version}-1
3838
- Initial package

0 commit comments

Comments
 (0)