-
Notifications
You must be signed in to change notification settings - Fork 335
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
Tweak release shell scripts and publishing docs #589
Conversation
778e1aa
to
a574aa4
Compare
a574aa4
to
6032e19
Compare
6032e19
to
d01e45c
Compare
d01e45c
to
eaa3e7d
Compare
eaa3e7d
to
92ae309
Compare
92ae309
to
5155123
Compare
5155123
to
5cdb5e8
Compare
check-and-create-package-json
shell script and publishing docseb8fc6f
to
1dde140
Compare
1dde140
to
dc7228b
Compare
dc7228b
to
855d1ec
Compare
855d1ec
to
85f6941
Compare
85f6941
to
535c882
Compare
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.
Looks great! 💯
Left two non-blocking comments.
Needs rebase for CHANGELOG.
bin/npm-publish.sh
Outdated
echo "🗒 Package published!" | ||
else | ||
echo "⚠️ $PACKAGE@$VERSION is already published!" | ||
fi |
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.
would be nice to have a new line at the end of file.
|
||
You can use `npm whoami` to check your current user. | ||
16. Add Trello cards to "This Sprint" column for |
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.
Not sure about this step, I see it more as part of our release plan/process rather than the publishing process.
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.
leaving it there for now until there is a better home
Also update wording on the prompt to clearly indicate what needs to me amended
535c882
to
3703c07
Compare
3703c07
to
47a862c
Compare
Tweaks to the script and publishing docs wording based on Nick's feedback when going through the release steps.