assemble / grunt-assemble-permalinks

Permalinks middleware for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables powerful and configurable URI replacement patterns, presets, uses Moment.js for parsing dates, and much more.
MIT License
43 stars 11 forks source link

Resolve versioning confusion #68

Closed ain closed 8 years ago

ain commented 8 years ago

I think we could do better at versioning this module.

The problem: releases list the last version being 0.5.2 from 2014 whereas on NPM it's 0.1.0 published 10 months ago. It does not make sense.

assemblebot commented 8 years ago

@ain Thanks for the issue! If you're reporting a bug, please be sure to include:

jonschlinkert commented 8 years ago

No confusion. This module was renamed and versioning restarted. Git tags are arbitrarily named but I agree that it's good practice to keep git tags and npm versions in sync. Thus https://github.com/assemble/grunt-assemble-permalinks/releases/tag/0.1.1. We no longer prefix git tags with v, so this works fine.