export-csv icon indicating copy to clipboard operation
export-csv copied to clipboard

Tag repo for bower

Open vincentjames501 opened this issue 9 years ago • 0 comments

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/

vincentjames501 avatar Jun 27 '16 13:06 vincentjames501