Skip to content

Commit

Permalink
feat: add description (just testing release-please) (#9430)
Browse files Browse the repository at this point in the history
* feat: add description (just testing release-please)

* chore(release-please): add initial package versions to manifest file

* feat(release-please): add initial versions of tools to manifest file
  • Loading branch information
christopherthielen committed Jul 14, 2021
1 parent bc05c6e commit 138a3b5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
18 changes: 17 additions & 1 deletion .github/release-please-manifest.app.json
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
{}
{
"packages/amazon": "0.0.325",
"packages/appengine": "0.0.37",
"packages/azure": "0.0.274",
"packages/cloudfoundry": "0.0.124",
"packages/core": "0.0.609",
"packages/dcos": "0.0.2",
"packages/docker": "0.0.83",
"packages/ecs": "0.0.292",
"packages/google": "0.0.41",
"packages/huaweicloud": "0.0.14",
"packages/kubernetes": "0.0.70",
"packages/oracle": "0.0.26",
"packages/presentation": "0.0.8",
"packages/tencentcloud": "0.0.20",
"packages/titus": "0.0.191"
}
7 changes: 6 additions & 1 deletion .github/release-please-manifest.tools.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{}
{
"packages/eslint-plugin": "1.0.13",
"packages/pluginsdk": "0.0.32",
"packages/pluginsdk-peerdeps": "0.0.16",
"packages/scripts": "0.0.14"
}
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/scripts",
"version": "0.0.14",
"description": "",
"description": "Spinnaker scripts",
"main": "index.js",
"bin": {
"spinnaker-scripts": "./index.js"
Expand Down

0 comments on commit 138a3b5

Please sign in to comment.