Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bower support #1

Merged
merged 1 commit into from
Nov 28, 2013
Merged

Bower support #1

merged 1 commit into from
Nov 28, 2013

Conversation

tomfuertes
Copy link
Contributor

Only maintenance should be upgrading the "version" key each time you bump/release (make sure you tag too).

Love the project! Hope to support more w/ PR's as we put it into prod.

-Tom

@tomfuertes
Copy link
Contributor Author

Quicklink: http://bower.io/#registering-packages

squirkle added a commit that referenced this pull request Nov 28, 2013
@squirkle squirkle merged commit acd5887 into SDITools:master Nov 28, 2013
@tomfuertes
Copy link
Contributor Author

@squirkle -- I registered you in bower :)

Per the output from the script below, can you cd into your local repo and run git checkout master && git tag 1.0.0 && git push --tags to get the 1.0.0 version "released"?

Thanks!
-Tom

$ bower register airlock https://github.com/SDITools/Airlock.git
bower convert       Converted https://github.com/SDITools/Airlock.git to git://github.com/SDITools/Airlock.git
bower resolve       git://github.com/SDITools/Airlock.git#*
bower checkout      airlock#master
bower resolved      git://github.com/SDITools/Airlock.git#acd588709e
[?] Registering a package will make it installable via the registry (https://bower.herokuapp.com), continue? Yesn) Y
bower register      git://github.com/SDITools/Airlock.git

Package airlock registered successfully!
All valid semver tags on git://github.com/SDITools/Airlock.git will be available as versions.
To publish a new version, just release a valid semver tag.

Run bower info airlock to list the available versions.

$ bower info airlock
bower cached        git://github.com/SDITools/Airlock.git#acd588709e
bower validate      acd588709e against git://github.com/SDITools/Airlock.git#*

{
  name: 'Airlock',
  main: 'airlock.min.js',
  homepage: 'http://www.searchdiscovery.com/airlock',
  authors: [
    'Search Discovery'
  ],
  description: 'JavaScript library for translating classic Google Analytics tags to Universal Analytics',
  keywords: [
    'ga',
    'google-analytics',
    '_gaq',
    'ua',
    'analytics',
    'tracking'
  ],
  license: 'MIT',
  ignore: [
    '**/.*',
    'node_modules',
    'bower_components',
    'test',
    'tests',
    'Gruntfile.js'
  ]
}

No versions available.

@tomfuertes tomfuertes deleted the feature/bower branch November 28, 2013 22:55
@squirkle
Copy link
Contributor

squirkle commented Dec 9, 2013

Airlock is now properly tagged @ vers. 0.1.1

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

Successfully merging this pull request may close these issues.

None yet

2 participants