You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am convinced that VCS-generated versioning does more harm than good for simple project workflows, at least right now. I am not convinced that all dynamically generated metadata should be considered harmful, e.g. it's nice to generate URLs based on the project name, the README metadata is effectively dynamically generated from the README file itself, etc.
I think it's fine for now but this issue will be blocking #117.
What we will need is a task running tool - #131 - so that we can do automated releases with hatch version etc., and build changelogs etc. in one step. So I think that's the pre-requisite for this.
Summary of desired enhancement
Stop using hatch-vcs, and in general stop using dynamically generated versions for the project.
The text was updated successfully, but these errors were encountered:
Motivation
Based on some (fascinating) conversations happening at:
I am convinced that VCS-generated versioning does more harm than good for simple project workflows, at least right now. I am not convinced that all dynamically generated metadata should be considered harmful, e.g. it's nice to generate URLs based on the project name, the README metadata is effectively dynamically generated from the README file itself, etc.
I think it's fine for now but this issue will be blocking #117.
What we will need is a task running tool - #131 - so that we can do automated releases with
hatch version
etc., and build changelogs etc. in one step. So I think that's the pre-requisite for this.Summary of desired enhancement
Stop using
hatch-vcs
, and in general stop using dynamically generated versions for the project.The text was updated successfully, but these errors were encountered: