Skip to content

Comments

Add publishing gh actions, update existing action#136

Open
CJGlitter wants to merge 1 commit intomainfrom
add-github-actions-for-publishing
Open

Add publishing gh actions, update existing action#136
CJGlitter wants to merge 1 commit intomainfrom
add-github-actions-for-publishing

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