Origen-SDK/origen

Why the disconnect between 'rc tag' command and config/version

Opened this issue · 2 comments

Hi,

Why does the config/version.rb file say the 3rd semantic character is BUGFIX and the origen rc tag command uses tiny in the console output? This was a question asked by some our newer users making their first release. Shouldn't we just convert to using bugfix in the origen rc tag command?

thx

ginty commented

That was copied from Ruby on Rails I think.
I suppose one advantage of the more generic 'tiny' is that it doesn't force a meaning for that counter onto applications.
I don't mind whether it stays or changes to bugfix though.

@ginty Is this change as simple as editing the application release code or would VersionString need to change?