Skip to content

Conversation

@Jonathanm10
Copy link
Contributor

@Jonathanm10 Jonathanm10 commented Jan 7, 2020

Work taken from #127

Updated the syntax to %version% and %new_version%

fix #120

exec('./RMT release -n --no-ansi --comment="test"', $output);
$output = implode("\n", $output);
$this->assertContains('Command Action : echo 1 2', $output);
}
Copy link
Member

Choose a reason for hiding this comment

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

Cool, for the tests, thanks!

@dbu dbu merged commit 10cb21e into main Dec 3, 2025
@dbu dbu deleted the sseidelmann-variables_in_commands branch December 3, 2025 13:42
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.

Variables in post-release-action

4 participants