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

Add basic release management #431

Closed
wants to merge 1 commit into from
Closed

Add basic release management #431

wants to merge 1 commit into from

Conversation

ncalteen
Copy link
Collaborator

This PR adds basic release management via updated CI/CD workflow files.

  • check-dist.yml:
    • Adds basic informational comments
    • Skips running the action when only meta files are modified
  • continuous-delivery.yml:
    • Automatically creates GitHub Releases when PRs are merged that contain updates to the action version in package.json
  • ci.yml -> continuous-integration.yml:
    • Adds basic informational comments
  • version-check.yml:
    • Checks if the version specified in package.json has been published as a release and, if so, fails the PR check
    • Comments on the PR with the current version check status (single comment, modified each time the workflow runs)

@ncalteen ncalteen self-assigned this Oct 31, 2024
@ncalteen ncalteen requested a review from a team as a code owner October 31, 2024 19:42
Copy link

Semantic Version Check Passed ✅

Version in manifest file package.json is valid.

This comment will be automatically updated as changes are pushed to this PR branch.

Copy link

@j12367385 j12367385 left a comment

Choose a reason for hiding this comment

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

@ncalteen
Copy link
Collaborator Author

Closing this out and will revisit once immutable actions is shipped :)

@ncalteen ncalteen closed this Nov 15, 2024
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.

3 participants