Skip to content

Basic semantic versioning #16

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

Merged
merged 1 commit into from
Aug 8, 2014
Merged

Basic semantic versioning #16

merged 1 commit into from
Aug 8, 2014

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Aug 5, 2014

No description provided.

@tailsu
Copy link
Contributor

tailsu commented Aug 5, 2014

👍

@Fatme
Copy link
Contributor Author

Fatme commented Aug 5, 2014

@ligaz

@@ -1,4 +1,6 @@
declare module "semver" {
function gt(version1: string, version2: string): boolean;
function lt(version1: string, version2: string): boolean;
function valid(version: string): boolean;
function inc(version: string, release: string): string;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can make the release string overload by constant will all correct values.

@Fatme
Copy link
Contributor Author

Fatme commented Aug 6, 2014

@ligaz

@ligaz
Copy link

ligaz commented Aug 8, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants