AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using Releases in the Interstructures Code
Hep has a thing called a release, but under the hood, it's a get tag. We're basically creating a tag pointing at that commit that we just merge to master. That tag has a version number and we use semantic versioning,. And we try to use that version number to communicate whether the change is backwards compatible or not. These immutable artifacts insure that you're running the exact same code in all these environments.