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

PROPOSAL: Capture information during the bump process and make it available to other processes #125

Closed
notmessenger opened this issue Feb 7, 2018 · 1 comment · Fixed by #133
Assignees

Comments

@notmessenger
Copy link
Contributor

While a new PR is being released information such as the version, scope, changelog, etc is gathered by pr-bumper. I propose that as this information is gathered it is held onto until completion of publishing and then it makes it available as an object on an environment variable. This way other process running in the CI environment can then utilize this information without have to obtain it on their own.

@job13er
Copy link
Contributor

job13er commented Feb 7, 2018

I like the idea, only one small issue, pr-bumper doesn't do publishing. Do you mean the commit that's pushed with the changes? If that's what you consider publishing, then yeah, sounds good. I'd suggest a .json file with the info, rather than an environment variable as those don't always persist between steps in a CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants