-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update the package name and version #7
base: main
Are you sure you want to change the base?
Conversation
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.
Couple small changes and the question about leaving dapplion
's name in the comments to pay homage to his work on this before we forked it
package.json
Outdated
"repository": "[email protected]:dapplion/benchmark.git", | ||
"author": "dapplion <[email protected]>", | ||
"name": "@chainsafe/benchmark", | ||
"version": "0.1.0.rc-0", |
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.
"version": "0.1.0.rc-0", | |
"version": "1.1.0", |
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.
As it's a new package I would prefer to start with 0 versioning scheme.
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.
its not a new package though and it was forked from 1.0.0.... if anything it should be 1.1.0
if this is a minor and 2.0.0
if its a major which i dont think it is....
1.1.0
feels like the right number here
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.
and no RC
5f5bf40
to
fa7aeea
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.
LGTM 🎸
Motivation
Update the package name and version for standalone release as
@chainsafe/benchmark
.Description
Steps to test or reproduce