brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

Create a mechanism for normalized release with Bundler's tasks #34

Closed brandur closed 8 years ago

brandur commented 8 years ago

I always forget to push commits and/or tags and/or gems during a release, so let's normalize the process using Bundler's built-in helpers for it.

One caveat is that the format of the tag changes from "1.10.0" to one with a prefixed "v" like "v1.10.0", but that shouldn't matter all that much in the long run.

Almost a perfect copy of a sister pull in interagent/committee#89.