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

releaseCmd: define additional variables #228

Merged
merged 1 commit into from
Feb 26, 2019
Merged

releaseCmd: define additional variables #228

merged 1 commit into from
Feb 26, 2019

Conversation

Stebalien
Copy link
Collaborator

This patch sets the following environment variables when running the release command:

  • $GX_VERSION (replaces $VERSION)
  • $GX_NAME
  • $GX_AUTHOR
  • $GX_LICENSE
  • $GX_LANGUAGE
  • $GX_HASH

This makes it possible to include things like the hash in the release commit message/tag.

@Stebalien
Copy link
Collaborator Author

cc @raulk

Copy link

@raulk raulk left a comment

Choose a reason for hiding this comment

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

LGTM.

This patch sets the following environment variables when running the release
command:

* `$GX_VERSION` (replaces `$VERSION`)
* `$GX_NAME`
* `$GX_AUTHOR`
* `$GX_LICENSE`
* `$GX_LANGUAGE`
* `$GX_HASH`
@Stebalien Stebalien merged commit 832565a into master Feb 26, 2019
@Stebalien Stebalien deleted the feat/variables branch February 26, 2019 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants