Why is -beta added to Release and asset names?
#142
Unanswered
suzuki-shunsuke
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
I'm intentionally marking at beta. While I have a couple of people who have deployed it out in production, and I have myself been running couple of things in production over it. There would be still bugs, and over each iteration right now, even in the minor versions, I'm breaking a lot of serialization and how data is persisted. I am just being careful passing the message that it's still early, while it works. I don't want people to start putting their financial systems on it unless I've got a provable long record of stability. |
Beta Was this translation helpful? Give feedback.
2 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.
-
e.g. v2.4.2-beta
The tag name is
v2.4.2, but the release name is v2.4.2-beta and asset names include-beta.e.g. marmot-v2.4.2-beta-darwin-amd64.tar.gz
Why is -beta
added to Release and asset names? If you want to add-beta, how about adding-beta` to tags too?The
-betalooks weird and it makes install scripts a bit complicated.Beta Was this translation helpful? Give feedback.
All reactions