-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
package.json
Outdated
"release-templates": "node ./scripts/release-templates" | ||
"release-templates": "node ./scripts/release-templates", | ||
"release": "standard-version && git push --follow-tags origin master && npm publish && conventional-github-releaser --preset angular", | ||
"release:beta": "standard-version --prerelease beta && git push --follow-tags origin master && npm publish && conventional-github-releaser --preset angular" |
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.
Is it intended to push the beta on the latest
tag?
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.
Nope, I'm not sure how it should be handled for beta versions. What would you suggest?
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.
To publish the beta version on a different tag like beta
or next
. Otherwise every time we do a new beta it will be installed by default for the new users. Maybe not what we want with a beta.
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.
Thank you, will fix that.
* feat: Support InstantSearch templates (a870767) Closes #9 * feat: Support custom templates (#30) * test(e2e): Test template installations (#14) * test(e2e): Test template snapshots (9b938cc) * ci(travis): Add Travis configuration (#22) * docs(readme): Update documentation (#26) * feat(release): Create templates release script (#27) * feat(release): Create release scripts (#28)
* feat: Support InstantSearch templates (a870767) Closes #9 * feat: Support custom templates (#30) * test(e2e): Test template installations (#14) * test(e2e): Test template snapshots (9b938cc) * ci(travis): Add Travis configuration (#22) * docs(readme): Update documentation (#26) * feat(release): Create templates release script (#27) * feat(release): Create release scripts (#28)
…app#10) * feat: Support InstantSearch templates (a870767af9a409275f2a749923cc2d2e9f5fc37b) Closes algolia/create-instantsearch-app#9 * feat: Support custom templates (algolia/create-instantsearch-app#30) * test(e2e): Test template installations (algolia/create-instantsearch-app#14) * test(e2e): Test template snapshots (9b938cca54b5e583284ec4778c22a333bbf570e7) * ci(travis): Add Travis configuration (algolia/create-instantsearch-app#22) * docs(readme): Update documentation (algolia/create-instantsearch-app#26) * feat(release): Create templates release script (algolia/create-instantsearch-app#27) * feat(release): Create release scripts (algolia/create-instantsearch-app#28)
No description provided.