go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
410 stars 43 forks source link

Implement Gitlab Releases #40

Closed cliedeman closed 4 years ago

cliedeman commented 4 years ago

🎉 it works

Screenshot 2020-04-23 at 22 35 59

@christophwitzko is it expected that it jumps straight to 1.0.0?

christophwitzko commented 4 years ago

very nice and yes, 1.0.0 is expected 👍

cliedeman commented 4 years ago

very nice and yes, 1.0.0 is expected 👍

Hmmm. Do you know how I can make it start at 0.0.1 instead?

christophwitzko commented 4 years ago

I think you could use the .semrelrc with

{
  "maintainedVersion": "0.0.1"
}
christophwitzko commented 4 years ago

Thank you for this PR 🎉

christophwitzko commented 4 years ago

I think you could use the .semrelrc with

{
  "maintainedVersion": "0.0.1"
}

Oh, I just realized that won't work. semantic-release enforces you to start with 1.x.x

cliedeman commented 4 years ago

I’ll open up a new issue for that then. Especially for go I would like to stay under v1 and then only release v1 when stable

christophwitzko commented 4 years ago

I agree, thank you 👏