Skip to content

Issue with updateVersionNumber After Creating a Release Using AL-Go Action #1778

Answered by aholstrup1
CITPhilipp asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on your settings this error is likely expected. Did you set the versioningStrategy setting somewhere in your AL-Go settings? If not, try looking in the log for versioningStrategy.

If your versioning strategy is anything else than 3, the build.revision section of the build number (major.minor.build.revision) will be controlled by AL-Go. That's why we throw an error when you try to increment the revision number.

If you want to control the revision number from the app.jsons, you'd need to set your versioningstrategy to 3. If you do, I expect the workflow to succeed.

More information on versioning strategies here:
https://aka.ms/algosettings#VersioningStrategy

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@CITPhilipp
Comment options

@aholstrup1
Comment options

Answer selected by CITPhilipp
@CITPhilipp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants