-
Notifications
You must be signed in to change notification settings - Fork 33
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
CI: Introduce auto for publishing packages #127
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.
Some questions
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.
SEND IT!
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! Added one small nit and one question.
🚀 PR was released in |
What this PR does / why we need it:
This PR introduces Auto as a solution for independently versioning and publishing the packages within this monorepo.
Which issue(s) this PR fixes:
Fixes #118
Special notes for your reviewer:
As this PR has the
release
label attached when merged this PR should push new patch versions for both create-plugin and sign-plugin.📦 Published PR as canary version:
Canary Versions
✨ Test out this PR locally via:
npm install @grafana/create-plugin@0.4.1-canary.127.0910e06.0 npm install @grafana/sign-plugin@0.0.1-canary.127.0910e06.0 # or yarn add @grafana/create-plugin@0.4.1-canary.127.0910e06.0 yarn add @grafana/sign-plugin@0.0.1-canary.127.0910e06.0