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
It would be great to be able to make all tags form a branch, e.g. release.
Besides making it easier to overview the tags, it would let a client run npm install https://git.example.com/project#release to get the latest version.
Projects may even want this branch to be called master (and have the source in e.g. develop) so that npm install https://git.example.com/project would install the latest release, according to the npm docs:
If neither #<commit-ish> or #semver:<semver> is specified, then master is used.
The text was updated successfully, but these errors were encountered:
It would be great to be able to make all tags form a branch, e.g.
release
.Besides making it easier to overview the tags, it would let a client run
npm install https://git.example.com/project#release
to get the latest version.Projects may even want this branch to be called
master
(and have the source in e.g.develop
) so thatnpm install https://git.example.com/project
would install the latest release, according to the npm docs:The text was updated successfully, but these errors were encountered: