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 #964

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

Add Basic Release Management #964

wants to merge 7 commits into from

Conversation

ncalteen
Copy link
Collaborator

@ncalteen ncalteen commented Oct 31, 2024

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)
  • Removes the releases script in favor of CI/CD via GitHub Actions

Closes #854
Closes #937

@ncalteen ncalteen self-assigned this Oct 31, 2024
@ncalteen ncalteen requested a review from a team as a code owner October 31, 2024 19:30
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.

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.

Release script fails if no latest release tag exists Make the release script update the package.json version
1 participant