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

Plugin E2E: Publish to NPM #605

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Plugin E2E: Publish to NPM #605

merged 3 commits into from
Dec 15, 2023

Conversation

sunker
Copy link
Contributor

@sunker sunker commented Dec 15, 2023

What this PR does / why we need it:

Removes the private: true prop so that this package is published to npm. Also setting version to 0.0.0.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @grafana/plugin-e2e@0.0.1-canary.605.3c9f163.0
# or 
yarn add @grafana/plugin-e2e@0.0.1-canary.605.3c9f163.0

Copy link

github-actions bot commented Dec 15, 2023

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged and will trigger a new patch release.
NOTE: When merging a PR with the release label please avoid merging another PR. For further information see here.

@sunker sunker added patch Increment the patch version when merged release Create a release when this pr is merged labels Dec 15, 2023
@sunker sunker requested a review from jackw December 15, 2023 09:47
@sunker sunker marked this pull request as ready for review December 15, 2023 09:47
@sunker sunker requested a review from a team as a code owner December 15, 2023 09:47
@sunker sunker mentioned this pull request Dec 15, 2023
6 tasks
@jackw jackw added the plugin-e2e related to the plugin-e2e package label Dec 15, 2023
@@ -1,7 +1,6 @@
{
"name": "@grafana/plugin-e2e",
"version": "0.3.1",
"private": true,
"version": "0.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

let's publish 0.0.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since the patch label is added, the version will be bumped to 0.0.1 before publishing to npm.

Copy link
Collaborator

@jackw jackw left a comment

Choose a reason for hiding this comment

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

Awesome work on this @sunker ! 🚀

@sunker sunker merged commit a783546 into main Dec 15, 2023
22 checks passed
@sunker sunker deleted the plugin-e2e/pre-release branch December 15, 2023 13:19
@grafana-plugins-platform-bot grafana-plugins-platform-bot bot added the released This issue/pull request has been released. label Dec 15, 2023
@grafana-plugins-platform-bot
Copy link

🚀 PR was released in @grafana/plugin-e2e@0.2.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged plugin-e2e related to the plugin-e2e package release Create a release when this pr is merged released This issue/pull request has been released.
Projects
Development

Successfully merging this pull request may close these issues.

3 participants