Skip to content
New issue

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

packaging/styling-manual: specify a more accurate version scheme for VCS sources #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MingcongBai
Copy link
Member

This pull request proposes a more accurate version scheme for VCS/snapshot sources. Whereas previously, a package built from a Git snapshot would carry a version number like:

7.2+git20230602

The new scheme proposes adding:

  • Revision count for the specific snapshot/commit.
  • A short hash (where applicable) for the specific snapshot/commit.

Resulting in the following:

7.2+git20230602.r10185.7f4c2c6a

@MingcongBai MingcongBai added the rfc Request for comment label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfc Request for comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant