-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Fix metadata.json #136
Fix metadata.json #136
Conversation
cf5b456
to
af4560b
Compare
| @@ -1,11 +1,11 @@ | |||
| { | |||
| "name": "puppetlabs-nodejs", | |||
| "name": "puppetcommunity-nodejs", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be puppet.
|
Sorry. I had the particulars of this wrong. |
af4560b
to
5af1540
Compare
|
If its now "our" module we should use Github issues and not expect everyone to create a Puppetlabs account and track the issues there. Also makes it easier to link PRs to issues etc. |
|
@daenney cool you allow github issues on this module? Or give me the permissions to do it? |
5af1540
to
664ef75
Compare
|
@daenney issues before migration to Jira appeared... |
|
@daenney @nibalizer can we merge this and make a first release in the |
| @@ -1,12 +1,12 @@ | |||
| { | |||
| "name": "puppetlabs-nodejs", | |||
| "name": "puppet-nodejs", | |||
| "version": "0.8.0", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the version number be reset?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juniorsysadmin yes, but maybe after merging this PR, juste before releasing a new version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can release a 0.9.0, no need to reset.
664ef75
to
174c9bb
Compare
|
Don't forget #130 before the release. |
| "version": "0.8.0", | ||
| "author": "puppetlabs", | ||
| "name": "puppet-nodejs", | ||
| "version": "0.9.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd suggest we give it a 1.0.0
afa4151
to
1325c3b
Compare
Fix metadata.json
No description provided.