Skip to content
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

Add build and publish action #1420

Closed
wants to merge 16 commits into from
Closed

Conversation

talyguryn
Copy link
Member

@talyguryn talyguryn commented Nov 9, 2020

From now for next branch you should add postfix -rc*.*.* with bump version strategy by semver.

For example if your code fixes a bug (patch) in release 2.19.0 then you should use 2.19.0-rc0.0.1 version. For minor or major updates use 2.19.0-rc0.1.0 and 2.19.0-rc1.0.0.

Release version should be published with version without postfix as usual.

Changes:

  • add action for build and publish package for updates in release/* and next branches
  • package from next branch will be published to NPM with tag next
  • remove and ignore dist directory
  • reject linting with more then one warning

Reference to request: #1286

@netlify
Copy link

netlify bot commented Nov 9, 2020

Deploy preview for editor-js ready!

Built with commit ebf9bf8

https://deploy-preview-1420--editor-js.netlify.app

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "@editorjs/editorjs",
"version": "2.19.0",
"version": "2.19.0-rc0.1.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "2.19.0-rc0.1.1",
"version": "2.19.0-rc0.0.1",

@neSpecc neSpecc marked this pull request as draft February 18, 2021 15:28
@neSpecc
Copy link
Member

neSpecc commented Feb 18, 2021

Outdated

@neSpecc neSpecc closed this Feb 18, 2021
@neSpecc neSpecc deleted the autobuild-and-publish-action branch February 18, 2021 16:40
@talyguryn
Copy link
Member Author

see #1546

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants