roomkey / lein-v

Drive leiningen project version from git instead of the other way around
48 stars 11 forks source link

Migrating over from regular leiningen version is clunky #16

Closed rymndhng closed 6 years ago

rymndhng commented 6 years ago

For folks who want to migrate over, this is a bit of a stumbling block if their app is already versioned, because lein update will think you're still on version v0.0.0

I had to seed the initial state by manually creating a tag for the first version.

git tag --annotate --message "Automated lein-v release" v1.3.12
cch1 commented 6 years ago

I can see how this is an issue, but I don't have a great "automated" solution. I think your solution is optimal.

rymndhng commented 6 years ago

I can submit a PR to improve the README, it'd probably help folks who want to hop onto this ;)

cch1 commented 6 years ago

Great. I'll look forward to it.