-
-
Notifications
You must be signed in to change notification settings - Fork 40
chore: add changelog for the 0.10.0 release and steps for publishing #486
Conversation
The package is used by the npm preversion script for generating changelog.
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.
Add to TOC.
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.
The npm version
script does not create a tag - update it to do so or add it as an explicit step.
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.
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.
@sis0k0 what if you only want to use Android studio for publishing packages instead of just the CLI?
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're stripping the --env.snapshot
flag that you're passing to the CLI to prevent livesyncing with snapshot. However, you can edit your webpack config and enable the snapshot plugin from there - https://github.com/NativeScript/nativescript-dev-webpack/blob/master/templates/webpack.angular.js#L180.
@jogboms
jogboms
Apr 6, 2018
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.
Oh! I see. I can manage that in place of livesync 👍
c5b7b08
to
cb8da4f
Compare
Should be merged with
rebase and merge
.