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

chore(ci): configure semantic release workflow #13

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

jboix
Copy link
Contributor

@jboix jboix commented May 27, 2024

Description

Resolves #11 by implementing a workflow for the release procedure using semantic release to automate versioning and changelog generation.

Changes Made

  • Added semantic-release configuration for automating releases.
  • Configured semantic-release-monorepo for monorepo support.
  • Updated GitHub Actions workflow with a release task.
  • Ensured the release process skips packages with no changes to prevent unnecessary releases.

Checklist

  • I have followed the project's style and contribution guidelines.
  • I have performed a self-review of my own changes.
  • I have made corresponding changes to the documentation.

@jboix jboix self-assigned this May 27, 2024
Copy link

github-actions bot commented May 27, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 93.81% 850 / 906
🔵 Statements 93.81% 850 / 906
🔵 Functions 93.75% 60 / 64
🔵 Branches 92.3% 84 / 91
File CoverageNo changed files found.
Generated in workflow #49

Copy link

github-actions bot commented May 27, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-05-28 13:17 UTC

@jboix jboix marked this pull request as ready for review May 27, 2024 14:32
@jboix jboix requested a review from amtins May 27, 2024 14:32
Resolves #11 by implementing a workflow for the release procedure using semantic release to automate
versioning and changelog generation.

- Added `semantic-release` configuration for automating releases.
- Configured `semantic-release-monorepo` for monorepo support.
- Updated GitHub Actions workflow with a release task.
- Ensured the release process skips packages with no changes to prevent unnecessary releases.
Copy link
Member

@amtins amtins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

@jboix jboix force-pushed the chore/semantic-release branch from 5f3c3d5 to eb2b28a Compare May 28, 2024 13:11
@jboix jboix added this pull request to the merge queue May 28, 2024
@jboix jboix removed this pull request from the merge queue due to a manual request May 28, 2024
@jboix jboix added this pull request to the merge queue May 28, 2024
Merged via the queue into main with commit c9a57d8 May 28, 2024
4 checks passed
@jboix jboix deleted the chore/semantic-release branch May 28, 2024 13:16
Copy link

🎉 This PR is included in version @srgssr/pillarbox-playlist-v1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @srgssr/skip-button-v1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement semantic release workflow
2 participants