forked from renovatebot/renovate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(constants): Version Scheme Constants (renovatebot#5159)
- Loading branch information
1 parent
e349003
commit 520429f
Showing
20 changed files
with
159 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export const VERSION_SCHEME_SEMVER = 'semver'; | ||
export const VERSION_SCHEME_NPM = 'npm'; | ||
export const VERSION_SCHEME_NODE = 'node'; | ||
export const VERSION_SCHEME_HASHICORP = 'hashicorp'; | ||
export const VERSION_SCHEME_COMPOSER = 'composer'; | ||
export const VERSION_SCHEME_GIT = 'git'; | ||
export const VERSION_SCHEME_POETRY = 'poetry'; | ||
export const VERSION_SCHEME_MAVEN = 'maven'; | ||
export const VERSION_SCHEME_SWIFT = 'swift'; | ||
export const VERSION_SCHEME_RUBY = 'ruby'; | ||
export const VERSION_SCHEME_HEX = 'hex'; | ||
export const VERSION_SCHEME_CARGO = 'cargo'; | ||
export const VERSION_SCHEME_DOCKER = 'docker'; | ||
export const VERSION_SCHEME_PEP440 = 'pep440'; | ||
export const VERSION_SCHEME_IVY = 'ivy'; | ||
export const VERSION_SCHEME_LOOSE = 'loose'; | ||
export const VERSION_SCHEME_NUGET = 'nuget'; | ||
export const VERSION_SCHEME_REGEX = 'regex'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.