ftp icon indicating copy to clipboard operation
ftp copied to clipboard

Use semver

Open ernado opened this issue 4 years ago • 8 comments

Hi! Thank you for your great project!

Please use semantic versioning. It is ok to start with v0 version to allow backward incompatible changes.

This will allow users to pin specific version instead of commit hash and setup auto-updating (e.g. renovate bot).

ernado avatar Apr 22 '20 23:04 ernado

Can't agree more!

crazy-max avatar May 05 '20 19:05 crazy-max

++ for semver. It's simply! Only add tag like v0.1.0 to latest commit. And increment last namber for each fix commit. Or middle if commit with new feature)

mef13 avatar May 24 '20 23:05 mef13

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 24 '20 02:06 stale[bot]

@jlaffaye ping

corny avatar Jul 08 '20 07:07 corny

@jlaffaye Any updates on this? Some organizations require a semantic version to use the code.

blaketastic2 avatar Jul 29 '20 15:07 blaketastic2

+1 I'd love to see semantic versioning, too. Being able to select a specific version of the library to use in a project instead of just an unreadable commit hash would be really nice.

worblehat avatar May 28 '21 14:05 worblehat

Hello, is there any update on this issue? Maybe we can release a v0.1.0 version at first?

Xuanwo avatar Aug 01 '21 07:08 Xuanwo

For more info on pushing tags, see here and here.

Here's a start...

git tag v0.1.0
git push origin v0.1.0

The tag should automatically appear in github.

jpfluger avatar Apr 02 '22 19:04 jpfluger