Release Automation: Generate version of website to push #2457
Labels
area/build-tools
Development tooling. I.e. pretty much everything in the `build` directory.
help wanted
We would love help on these issues. Please come help us!
kind/feature
New features for Agones
Milestone
Is your feature request related to a problem? Please describe.
Right now is a step in the release process to capture an old version of the website:
make site-deploy SERVICE={version}-1
, (replace . with -)Describe the solution you'd like
We have a make target to push a new version of the website during a release to capture a snapshot before we make changes. But we don't have one that will create the proper version string for the release; right now that is still done by a human.
We should create a make target that can generate and format the proper version string.
The text was updated successfully, but these errors were encountered: