We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9f21e commit c49f679Copy full SHA for c49f679
2 files changed
.github/workflows/release.yml
@@ -14,6 +14,10 @@ jobs:
14
- uses: cycjimmy/semantic-release-action@v3
15
with:
16
semantic_version: 18.0.0
17
+ branches: |
18
+ [
19
+ 'main'
20
+ ]
21
extra_plugins: |
22
@semantic-release/changelog
23
@semantic-release/git
packaging/notes.spec
@@ -34,5 +34,5 @@ chmod +x %{buildroot}%{_bindir}/%{name}
34
%{_bindir}/%{name}
35
36
%changelog
37
-* Sun Dec 08 2025 Your Name <your@email.com> - %{version}-1
+* Sun Dec 08 2025 Luca Pisani <lucas.pisani@gmail.com> - %{version}-1
38
- Initial package
0 commit comments