Annotated Downloads
I just pushed a feature that optionally uses annotated tags to describe your project’s downloads. Check out how Rails describes their v2.3.5 release: Ruby on Rails 2.3.5 * Improved Ruby…
I just pushed a feature that optionally uses annotated tags to describe your project’s downloads. Check out how Rails describes their v2.3.5 release:
Ruby on Rails 2.3.5
* Improved Ruby 1.9 Support
* Compatible with the rails_xss plugin
* Fixes a bug with filtered parameter logs
* Numerous fixes to Active Record's nested attributes functionality
* Fixes to ActiveResource to be slightly more flexible when handling response content types.
* Fixes for the Nokogiri backend for XmlMini
That is a lot better than the tag’s commit message:
Make sure strip_tags removes tags which start with a non-printable character
If you’re like me and had no idea what annotated tags are, do yourself a favor and read up on them.
We also tweaked the output filename of tag/branch downloads so that they contain the tag in the file name.
OLD: rails-rails-fe0328.tar.gz
NEW: rails-rails-v2.3.5-0-gbfe0328.tar.gz
The new format is {user}-{repo}-{tag}-{n}-g{sha}.tar.gz
, where n
is the number of commits since the latest tag. This is taken directly from the ‘git describe’ command.
Written by
Related posts

Racing into 2025 with new GitHub Innovation Graph data
Discover the latest trends and insights on public software development activity on GitHub with the quarterly release of data for the Innovation Graph, updated through December 2024.

GitHub Availability Report: March 2025
In March, we experienced one incident that resulted in degraded performance across GitHub services.

Vibe coding with GitHub Copilot: Agent mode and MCP support rolling out to all VS Code users
In celebration of MSFT’s 50th anniversary, we’re rolling out Agent Mode with MCP support to all VS Code users. We are also announcing the new GitHub Copilot Pro+ plan w/ premium requests, the general availability of models from Anthropic, Google, and OpenAI, next edit suggestions for code completions & the Copilot code review agent.