This repository was archived by the owner on Aug 2, 2022. It is now read-only.
publish develop branch with edge tag#443
Merged
masaka3620 merged 1 commit intoEOSIO:developfrom Nov 26, 2018
masaka3620:push-develop-branch
Merged
publish develop branch with edge tag#443masaka3620 merged 1 commit intoEOSIO:developfrom masaka3620:push-develop-branch
masaka3620 merged 1 commit intoEOSIO:developfrom
masaka3620:push-develop-branch
Conversation
tbfleming
approved these changes
Nov 26, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an incremental change to the publish process for eosjs. This will publish the HEAD of the develop branch as an NPM with the
edgetag. The version of the package.json is incremented with with theprereleaseoption. With the current state of the package.json, this will look like:v20.0.0-beta2.0
Subsequent commits against the develop branch will continue to increment the prerelease version number:
v20.0.0-beta2.1
v20.0.0-beta2.2
and so on.
Those interested in utilizing the latest commits to the develop branch can run
npm install eosjs@edge