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

(CONT-669) Use bundle info command #1215

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

chelnak
Copy link
Contributor

@chelnak chelnak commented Feb 24, 2023

Prior to this change github_changelog_generator_available! would call bundle show github_changelog_generator to check for the existence of the gem.

This command has been deprecated deprecated which causes the following warning to be displayed when a user runs a release command

[DEPRECATED] use bundle info github_changelog_generator instead of bundle show github_changelog_generator

This change replaces the show command with info as suggested.

Prior to this change `github_changelog_generator_available!` would call
`bundle show github_changelog_generator` to check for the existence of
the gem.

This command has been deprecated deprecated which causes the following
warning to be displayed when a user runs a `release` command

`[DEPRECATED] use bundle info github_changelog_generator instead of
`bundle show github_changelog_generator

This change replaces the `show` command with `info` as suggested.
@chelnak chelnak added the bug label Feb 24, 2023
@chelnak chelnak requested a review from a team as a code owner February 24, 2023 16:30
@chelnak chelnak self-assigned this Feb 24, 2023
Copy link
Contributor

@GSPatton GSPatton left a comment

Choose a reason for hiding this comment

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

looks good

@GSPatton GSPatton merged commit b71447f into main Feb 24, 2023
@GSPatton GSPatton deleted the CONT-669-replace_bundle_show_command branch February 24, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants