We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, lib9c releases development release to NuGet, with -dev.<GIT_COMMIT_HASH> suffix.
-dev.<GIT_COMMIT_HASH>
But it is too hard to know what is the latest version because they aren't ordered by released time.
So this issue suggesets to use -dev.<timestamp> as version suffix.
-dev.<timestamp>
In details, the timestamp should be <YEAR><MONTH><DAY><HOUR><MINUTES><SECONDS> like Libplanet does.
<YEAR><MONTH><DAY><HOUR><MINUTES><SECONDS>
https://github.com/planetarium/libplanet/blob/2b8189db79f53dd2541a45692c56bed31a593838/scripts/determine-version.js#L121-L127
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Now, lib9c releases development release to NuGet, with
-dev.<GIT_COMMIT_HASH>
suffix.But it is too hard to know what is the latest version because they aren't ordered by released time.
So this issue suggesets to use
-dev.<timestamp>
as version suffix.In details, the timestamp should be
<YEAR><MONTH><DAY><HOUR><MINUTES><SECONDS>
like Libplanet does.https://github.com/planetarium/libplanet/blob/2b8189db79f53dd2541a45692c56bed31a593838/scripts/determine-version.js#L121-L127
The text was updated successfully, but these errors were encountered: