Set the "Release" version of a val. #149
saolsen
started this conversation in
Feature Request
Replies: 2 comments
-
I've been wanting something along these lines too, a way to commit changes only when I know they're working. Right now I find myself duplicating/cloning a val, doing the changes I want there and then bringing the working code back to the original one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
related request: i'd like "branches" of vals, so that i can have a "prod" and a "dev" branch. (townie can go to town messing up my dev branch but i get to push to prod) https://discord.com/channels/1020432421243592714/1020432421243592717/1318027889463263253 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Allow pinning a version of a val as the release version, so that importing and making requests to the val without a version returns the release version instead of the latest version. Would make it much easier to avoid breaking vals that other people depend on while still developing new features without having to fork.
Beta Was this translation helpful? Give feedback.
All reactions