highcharts / export-csv

Highcharts plugin to export chart data to CSV
http://www.highcharts.com/plugin-registry/single/7/Export-CSV
MIT License
76 stars 94 forks source link

Tag repo for bower #101

Open vincentjames501 opened 8 years ago

vincentjames501 commented 8 years ago

Problem

Notice that there is no versions availble in bower info highchart-export-csv and no versions available:

/p/tmp $ bower info highchart-export-csv                                                                                                                                           08:14:43
bower highchart-export-csv#*       not-cached https://github.com/highslide-software/export-csv.git#*
bower highchart-export-csv#*          resolve https://github.com/highslide-software/export-csv.git#*
bower highchart-export-csv#*         checkout master
bower highchart-export-csv#*         resolved https://github.com/highslide-software/export-csv.git#7e0b0515a5

{
  name: 'highcharts-export-csv',
  description: 'Highcharts plugin to export the chart data to CSV, XLS or HTML table',
  keywords: [
    'export',
    'csv',
    'xls'
  ],
  authors: [
    {
      name: 'Torstein Hønsi',
      homepage: 'https://github.com/highslide-software'
    }
  ],
  repository: {
    type: 'git',
    url: 'https://github.com/highcharts/export-csv'
  },
  main: 'export-csv.js',
  license: 'MIT',
  ignore: [
    '**/.*',
    'README.md'
  ],
  homepage: 'http://www.highcharts.com/plugin-registry/single/7/Export-CSV'
}

No versions available.

Proposed solution

git tag -a v1.4.2 -m "Release version 1.4.2" git push origin master --tags

It would also be nice to do a github release on this. This is a nice guide:

http://bob.yexley.net/creating-and-maintaining-your-own-bower-package/