Closed ricardoboss closed 1 year ago
When releasing new versions, it is easy to forget to increase the assembly version.
To mitigate that, I'd suggest adding GitVersion as an MSBuild task. That way, the version smoothly integrates with the current release flow:
GitVersion
publish.sh
StepLang.CLI
Step 5 is the crucial step here, but does not require modification.
The only modification required would be to install GitVersion and configure it.
Additionally, it would be nice to have access to the current STEP version from the program (like PHPs PHP_VERSION global constant).
PHP_VERSION
Describe the feature
When releasing new versions, it is easy to forget to increase the assembly version.
To mitigate that, I'd suggest adding
GitVersion
as an MSBuild task. That way, the version smoothly integrates with the current release flow:publish.sh
script is runStepLang.CLI
project is built andGitVersion
determines the assembly versionStep 5 is the crucial step here, but does not require modification.
The only modification required would be to install
GitVersion
and configure it.Additionally, it would be nice to have access to the current STEP version from the program (like PHPs
PHP_VERSION
global constant).Please make sure you did the following before submitting your feature request: