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
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
For example: @types/gulp is now versioned v4.x with latest tag, but the gulp package itself is just versioned v3.x with latest tag, the gulp v4.x is even not published on npm yet, it's just a 4.0 branch on its GitHub repo.
Can we consider a pre-release comment (e.g. // Pre-release: true) to mark this definition as next tag to publish on npm? So that we don't have to specify version manually and can be handled by other auto-updating tools like Greenkeeper.
The text was updated successfully, but these errors were encountered:
For example:
@types/gulp
is now versionedv4.x
withlatest
tag, but thegulp
package itself is just versionedv3.x
withlatest
tag, the gulpv4.x
is even not published on npm yet, it's just a4.0 branch on its GitHub repo
.Can we consider a pre-release comment (e.g.
// Pre-release: true
) to mark this definition asnext
tag to publish on npm? So that we don't have to specify version manually and can be handled by other auto-updating tools like Greenkeeper.The text was updated successfully, but these errors were encountered: