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 publishing gh actions, update existing action #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CJGlitter
Copy link
Member

Summary

Adding/updating a series of Github Actions workflows to automate publishing to NPM.

New:

  • version-bump.yml
    • Automatically bumps npm version
    • Runs manually or via publish.yml
  • release-notes.yml
    • Automatically creates a Github Release with notes
    • Runs manually or via publish.yml
  • publish.yml
    • Does both of the above, runs ci-unit-tests.yml AND publishes package to npm
    • Runs manually but can be configured to run on merge to main
  • PULL_REQUEST_TEMPLATE.md
    • A standardized template for PRs

Updated:

  • ci.yml
    • Bumped actions/setup-node to v4
    • Updated to be more dynamic (read nvmrc for node version)

Checklist

  • Added a changelog entry Changelog unnecessary—no functionality changes

Authors

List GitHub usernames for everyone who contributed to this pull request.

Reviewers

@braintree/team-sdk-js

@CJGlitter CJGlitter marked this pull request as ready for review February 19, 2025 18:34
@CJGlitter CJGlitter requested a review from a team as a code owner February 19, 2025 18:34
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