Skip to content

Add publishing gh actions, update existing action#136

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

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

Conversation

@CJGlitter
Copy link
Copy Markdown
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
@adrmachado-public
Copy link
Copy Markdown
Contributor

given the age of this PR and the fact we added these workflows elsewhere, will be closing this out
🫡 thank you

@adrmachado-public adrmachado-public deleted the add-github-actions-for-publishing branch April 14, 2026 14:59
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.

2 participants