un-ts / changesets-gitlab

GitLab CI cli for changesets like its GitHub Action.
https://opencollective.com/unts/projects/changesets-gitlab
MIT License
93 stars 34 forks source link

feat: expose published outputs as env variables #118

Closed zwaittt closed 1 year ago

zwaittt commented 1 year ago

By far it seems the outputs are not accessible in Gitlab CI after changeset published, if I didn't miss something...I actually get them from stdout these days. This PR aims to make published outputs available in process.env.

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 3a848805cc94f8c7966aec8c1ca97d298b71762b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | changesets-gitlab | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codesandbox-ci[bot] commented 1 year ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

JounQin commented 1 year ago

Seems like a good feature to me! Thanks for your contribution!