-
Notifications
You must be signed in to change notification settings - Fork 23
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
Allow specifying target version #12
Conversation
* Mostly Go => GoCD * Update *.go.cd to *.gocd.org
I think |
* All pipeline and environment JSONs should have the same version in a repo. * Missing versions are assumed to be the same as the default version, ie, 1.
719490c
to
ab412f8
Compare
ab412f8
to
74cdbba
Compare
@tomzo This is done. Changed it to |
I haven't changed the README to explain the concept of |
OK, I'll merge this and update the readme. I presume |
It will be in 17.12 (November), actually. Won't make it to 17.11 (this week). So, it's not urgent, but this change should be alright to merge at any time. |
I have merged this and released with |
Just for the record, the corresponding PR in the GoCD codebase is gocd/gocd#3943. |
Does this:
It'll be like this:
I can change "version" to something else, if you prefer. "json_version"? "file_version"? I don't want people to confuse it with some kind of a version for the pipeline/environment.Edit: Based on @tomzo's comment below, this has been changed to
format_version
.