Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup bash script to facilitate experimenta releases (#104)
## 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](https://github.com/user-attachments/assets/9006cf13-8622-4024-8a58-b0d31d224102) **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 👇 https://github.com/user-attachments/assets/7d47a739-19cc-46a5-bf93-0e3c2bc2cc26
- Loading branch information