Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Tag repo for bower #101

Open
vincentjames501 opened this issue Jun 27, 2016 · 0 comments
Open

Tag repo for bower #101

vincentjames501 opened this issue Jun 27, 2016 · 0 comments

Comments

@vincentjames501
Copy link

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/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant