-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
Update to new plugin infrastructure #614
Conversation
@@ -27,27 +27,26 @@ | |||
"lib": "lib" | |||
}, | |||
"scripts": { | |||
"prepublish": "npm run compile", | |||
"update-version": "node -e \"console.log('module.exports = \\'' + require('./package.json').version + '\\';')\" > lib/version.js", | |||
"version": "npm run update-version && git add lib/version.js && git commit -am \"Updating version\"", | |||
"publish": "git push origin && git push origin --tags", |
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.
No changelog here?
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 had it in the docs but apparently it disappeared. There is so much noise in the main repo though that I don't think an automated changelog makes a lot of sense in this case.
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.
👍
* Update to new plugin infrastructure * Update Travis, remove Yarn lock, formatting * Formatting * Update feathers-commons to latest
* Update to new plugin infrastructure * Update Travis, remove Yarn lock, formatting * Formatting * Update feathers-commons to latest
* Update to new plugin infrastructure * Update Travis, remove Yarn lock, formatting * Formatting * Update feathers-commons to latest
* Update to new plugin infrastructure * Update Travis, remove Yarn lock, formatting * Formatting * Update feathers-commons to latest
* Update to new plugin infrastructure * Update Travis, remove Yarn lock, formatting * Formatting * Update feathers-commons to latest
* Update to new plugin infrastructure * Update Travis, remove Yarn lock, formatting * Formatting * Update feathers-commons to latest
Update v3 to the latest plugin infrastructure. See #608