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

chore(repo): test change for PR release verification #26515

Closed
wants to merge 4 commits into from

Conversation

JamesHenry
Copy link
Collaborator

@JamesHenry JamesHenry commented Jun 11, 2024

Used to test #26509

Copy link

vercel bot commented Jun 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jun 14, 2024 11:59am

@JamesHenry JamesHenry closed this Jun 11, 2024
@JamesHenry JamesHenry deleted the JamesHenry-patch-1 branch June 11, 2024 18:23
@JamesHenry JamesHenry restored the JamesHenry-patch-1 branch June 11, 2024 19:38
@JamesHenry JamesHenry reopened this Jun 11, 2024
Copy link

Failed to publish a PR release of this pull request, triggered by @JamesHenry.
See the failed workflow run at: https://github.com/nrwl/nx/actions/runs/9480852880

@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
@nrwl nrwl deleted a comment from github-actions bot Jun 12, 2024
Copy link

🐳 We have a release for that!

This PR has a release associated with it. You can try it out using this command:

npx create-nx-workspace@0.0.0-pr-26515-856ef7f my-workspace

Or just copy this version and use it in your own command:

0.0.0-pr-26515-856ef7f
Release details 📑
Published version 0.0.0-pr-26515-856ef7f
Triggered by @JamesHenry
Branch JamesHenry-patch-1
Commit 856ef7f
Workflow run 9497298216

To request a new release for this pull request, mention someone from the Nx team or the @nrwl/nx-pipelines-reviewers.

@nrwl nrwl deleted a comment from github-actions bot Jun 13, 2024
@JamesHenry JamesHenry changed the title chore(repo): test change chore(repo): test change for PR release verification Jun 13, 2024
@JamesHenry
Copy link
Collaborator Author

The publish workflow updates were merged

@JamesHenry JamesHenry closed this Jun 13, 2024
FrozenPandaz pushed a commit that referenced this pull request Jun 14, 2024
Redo of #26509, with more guards for unexpected missing/relative values
within full releases in GitHub Actions.

---

Refactors our publish workflow to support PR releases, in addition to
our previous triggers.

**Tests:**

---

- Example of failure on non-PR release (comment skipped):
https://github.com/nrwl/nx/actions/runs/9480869812

---

- Example of failure on PR release (comment created on PR):
  - https://github.com/nrwl/nx/actions/runs/9480852880
  - #26515 (comment)

---

- Example of dry-run of full release (`workflow_dispatch` with no PR
number provided): https://github.com/nrwl/nx/actions/runs/9497871483

---

- Real PR release created here:

| Release details | 📑 |
  | ------------- | ------------- |
| **Published version** |
[0.0.0-pr-26515-856ef7f](https://www.npmjs.com/package/nx/v/0.0.0-pr-26515-856ef7f)
|
  | **Triggered by** | @JamesHenry |
| **Branch** |
[JamesHenry-patch-1](https://github.com/nrwl/nx/tree/JamesHenry-patch-1)
|
| **Commit** |
[856ef7f](856ef7f)
|
| **Workflow run** |
[9497298216](https://github.com/nrwl/nx/actions/runs/9497298216) |

---------

Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
@JamesHenry JamesHenry reopened this Jun 14, 2024
Copy link

Failed to publish a PR release of this pull request, triggered by @JamesHenry.
See the failed workflow run at: https://github.com/nrwl/nx/actions/runs/9515172807

Copy link

Failed to publish a PR release of this pull request, triggered by @JamesHenry.
See the failed workflow run at: https://github.com/nrwl/nx/actions/runs/9515197732

Copy link

Failed to publish a PR release of this pull request, triggered by @JamesHenry.
See the failed workflow run at: https://github.com/nrwl/nx/actions/runs/9515232295

Copy link

Failed to publish a PR release of this pull request, triggered by @JamesHenry.
See the failed workflow run at: https://github.com/nrwl/nx/actions/runs/9515232295

Copy link

🐳 We have a release for that!

This PR has a release associated with it. You can try it out using this command:

npx create-nx-workspace@0.0.0-pr-26515-1735883 my-workspace

Or just copy this version and use it in your own command:

0.0.0-pr-26515-1735883
Release details 📑
Published version 0.0.0-pr-26515-1735883
Triggered by @JamesHenry
Branch JamesHenry-patch-1
Commit 1735883
Workflow run 9515947804

To request a new release for this pull request, mention someone from the Nx team or the @nrwl/nx-pipelines-reviewers.

@JamesHenry JamesHenry closed this Jun 14, 2024
@JamesHenry JamesHenry deleted the JamesHenry-patch-1 branch June 14, 2024 16:05
FrozenPandaz pushed a commit that referenced this pull request Jun 21, 2024
Redo of #26509, with more guards for unexpected missing/relative values
within full releases in GitHub Actions.

---

Refactors our publish workflow to support PR releases, in addition to
our previous triggers.

**Tests:**

---

- Example of failure on non-PR release (comment skipped):
https://github.com/nrwl/nx/actions/runs/9480869812

---

- Example of failure on PR release (comment created on PR):
  - https://github.com/nrwl/nx/actions/runs/9480852880
  - #26515 (comment)

---

- Example of dry-run of full release (`workflow_dispatch` with no PR
number provided): https://github.com/nrwl/nx/actions/runs/9497871483

---

- Real PR release created here:

| Release details | 📑 |
  | ------------- | ------------- |
| **Published version** |
[0.0.0-pr-26515-856ef7f](https://www.npmjs.com/package/nx/v/0.0.0-pr-26515-856ef7f)
|
  | **Triggered by** | @JamesHenry |
| **Branch** |
[JamesHenry-patch-1](https://github.com/nrwl/nx/tree/JamesHenry-patch-1)
|
| **Commit** |
[856ef7f](856ef7f)
|
| **Workflow run** |
[9497298216](https://github.com/nrwl/nx/actions/runs/9497298216) |

---------

Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
(cherry picked from commit 42749b8)
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant