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

Release v6.0.0 #4002

Merged
merged 7 commits into from
Jan 26, 2018
Merged

Release v6.0.0 #4002

merged 7 commits into from
Jan 26, 2018

Conversation

lildude
Copy link
Member

@lildude lildude commented Jan 26, 2018

It's finally here folks, v6.0.0 with all of these changes:

... and an update to all the latest grammars.

@@ -2,7 +2,7 @@ require File.expand_path('../lib/linguist/version', __FILE__)

Gem::Specification.new do |s|
s.name = 'github-linguist'
s.version = Linguist::VERSION
s.version = ENV['GEM_VERSION'] || Linguist::VERSION
Copy link
Member Author

Choose a reason for hiding this comment

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

Added this to make it easy to build test gems with version numbers that don't cause caching problems using:

GEM_VERSION=$(git describe --tags 2>/dev/null | sed 's/-/./g' | sed 's/v//') bundle exec rake build_gem

... which gives us cache-friendly names like: github-linguist-5.3.3.50.g6186660e.gem

@lildude lildude merged commit 15e2b74 into master Jan 26, 2018
@kivikakk kivikakk deleted the release-v6.0.0 branch January 29, 2018 00:45
@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants