Skip to content

Commit

Permalink
Format VERSION.json a bit
Browse files Browse the repository at this point in the history
Using the 2 spaces as specified in editorconfig
Rewording the comments a bit
  • Loading branch information
igorschoester committed Jan 15, 2024
1 parent 5582e60 commit 6e43147
Showing 1 changed file with 34 additions and 35 deletions.
69 changes: 34 additions & 35 deletions VERSIONS.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"comment": "json format versions of tooling and languages used by automations to build and deploy, test this branch",
"tools": {
"composer": {
"name": "composer",
"version": "--2.2",
"comment": "Used with jenkins gh-actions unknown ATM"
},
"node": {
"name": "nodeJS",
"node-version-file": "./.nvmrc",
"comment": "we use the .nvmrc file version stored in the repo so Devs will see the same version as CI and release processes"
},
"php": {
"name": "PHP",
"GH-Actions_version": "7.2",
"GH-Actions-comment": "this is hard code ATM in the GH actions and is below the version we use to release",
"version": "7.4",
"possible version values": [
"7.4",
"8.0",
"8.1",
"8.2"
],
"container": "bullseye",
"possible container values": [
"bullseye"
],
"comment": "used Jenkins container will be made of <version>-<container> see https://hub.docker.com/r/yoastseo/jenkins-plugin-release/tags"
},
"yarn": {
"name": "yarn",
"comment": "the version set in ./.yarnrc (line yarn-path is used by yarn it self"
}
}
"comment": "JSON format versions of tooling and languages used by automations to build, deploy and test this branch",
"tools": {
"composer": {
"name": "composer",
"version": "--2.2",
"comment": "Used with Jenkins GH-actions unknown ATM"
},
"node": {
"name": "nodeJS",
"node-version-file": "./.nvmrc",
"comment": "We use the version set in the .nvmrc file, so Devs will see the same version as CI and release processes"
},
"php": {
"name": "PHP",
"GH-Actions_version": "7.2",
"GH-Actions-comment": "This is hard code ATM in the GH-actions and is currently below the version we use to release",
"version": "7.4",
"possible version values": [
"7.4",
"8.0",
"8.1",
"8.2"
],
"container": "bullseye",
"possible container values": [
"bullseye"
],
"comment": "Used Jenkins container will be made of <version>-<container> see https://hub.docker.com/r/yoastseo/jenkins-plugin-release/tags"
},
"yarn": {
"name": "yarn",
"comment": "We use the version set in .yarnrc (line yarn-path), this is the method used by Yarn itself"
}
}
}

0 comments on commit 6e43147

Please sign in to comment.