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

Setup bash script to facilitate experimenta releases #104

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

pffigueiredo
Copy link
Contributor

Description

This PR aims to facilitate publishing an experimental release as a side git branch, that can later be consumed through a package manger like npm or bun.

SCRIPT FUNCTIONALITY

  • creates a side branch with the timestamp on its name (so that it is unique)
  • commits the contents of dist/npm into this side branch
  • pushes the content to remote
  • prints a message of how to install this new release with npm

image

NOTES

This was the same process I did to release the experimental release-jwt-token branch, but now automated.

Test Plan

Tested locally as shown here 👇

setup-new-release-branch.mp4

setup-release-branch.sh Show resolved Hide resolved
@pffigueiredo pffigueiredo merged commit d64b5c8 into main Sep 24, 2024
4 checks passed
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