Jump to content

append current changeset number to version build in unreal


Aphexx100

Recommended Posts

hello, we had the idea to add the current changeset number to a build version number automatically.
is there a way we can get access to it in unreal and perhaps can access it via command line or so?

how would you approach this, do you have a tip for us? 

thank you very much and greetings!

sascha

Link to comment
Share on other sites

  • 10 months later...

Hi @Aphexx100,

The command below will return the changeset number of the current workspace.(--header means Only prints the workspace status.)

cm status --header

Please use the command below to find more information about "cm status"

cm status --help

Here's the resource:

https://www.plasticscm.com/documentation/cli/plastic-scm-version-control-cli-guide#Createanewworkspace 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...