Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added semantic-release gh-actions #1933

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: added semantic-release gh-actions #1933

wants to merge 3 commits into from

Conversation

Ani1357
Copy link
Contributor

@Ani1357 Ani1357 commented Feb 7, 2025

This pull request adds a new GitHub Actions workflow for releases and integrates semantic-release for automated versioning and changelog generation.
The workflow is ment to be triggered manually when we want to release. Semantic-release will create a major/minor/patch release based on the commit types merged since the last release.
Semantic-release will target the main and releases/rel-X.X(for backports) branches.

Helpful links:

Copy link

github-actions bot commented Feb 7, 2025

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements
47.29% (+0.11% 🔼)
900/1903
🔴 Branches
27.87% (+0.49% 🔼)
170/610
🔴 Functions
39.34% (+0.41% 🔼)
96/244
🔴 Lines
46.37% (+0.12% 🔼)
785/1693

Test suite run success

63 tests passing in 8 suites.

Report generated by 🧪jest coverage report action from 610d7d5

@Ani1357 Ani1357 changed the title feat: added release-please gh-actions feat: added semantic-release gh-actions Feb 18, 2025
@Ani1357 Ani1357 marked this pull request as ready for review February 18, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant