zth/rescript-relay-router

Configure GitHub workflow secrets for automated release and snapshot

Kingdutch opened this issue · 1 comments

In #83 we set-up everything that's needed to have automated snapshots published to NPM once every 24 hours (only if there were changes made). This would make it easy for projects who are testing the router to stay up to date with the latest changes.

Additionally that PR provides a method to open a PR with the unreleased changes on main that make it easier to decide when a new version should be released, rather than requiring someone to run the release manually locally.

These tasks are still open as todo on the PR.

zth commented

Done!