-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Release 0.3.16 #1067
Release 0.3.16 #1067
Conversation
Want to make sure everyone can merge and confirm that this is what should be seen almost every time we do a release. Can last one to confirm do the merge? (Unless you think I broke something.) Once merged I'll put the GitHub release package together. |
I can see the big green button 👍 Should the min file have been updated in the same commit as the version? |
@UziTech: Yes. That's what doing it as a |
FYI, the link to RELEASE.md in your comment above is broken:
|
@joshbruce I am seeing it in it's own commit: Run updated deployment sequence. I thought it would be in the same commit as the version update 0.3.16 |
Hmmm...fair. Could be the way the
Thoughts? |
@UziTech: I definitely did not create a commit with the 0.3.16 message; that's what's helping get me there. |
Yup looks like npm only adds package.json and package-lock.json to the commit. I thought it would automatically add the min file too. |
Maybe we should add an automatic commit after the build "preversion": "npm run build && (git diff --quiet || git commit -am'minify')" |
@UziTech: Picking up on the adoption curves conversation from elsewhere (ES6), I prefer GitHub Desktop over Terminal. Never tried to do a push + PR without coming off the back-end of a commit I performed. So, not sure how explicit it will be for someone like me to know to do the PR after all things automated. Willing to give it a shot though. |
Having said that, the latest version of GitHub Desktop doesn’t let you submit PRs directly from it anymore...so...there is that. |
see #1076 |
Submitter
$ npm version
has been run.master
with correct version number.$ npm publish
has been run.Reviewer
package.json
has been updated (see RELEASE.md).marked.min.js
has been updated; or,