Commit Graph
6 Commits
Author SHA1 Message Date
ChrisandGitHub 8505b7acc8 Ignore directories with missing Chart.yaml (#18)
Prevents action fails when there are directories detected that do not contain charts.
(e.g. .github)

Signed-off-by: Chris <github.account@chrigel.net>
Fixed: #12
2020-04-06 18:34:49 +02:00
Reinhard NägeleandGitHub 5ecd0f7f1a Don't try to package charts that no longer exist (#20)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2020-03-28 09:16:39 +01:00
Reinhard NägeleandGitHub c8710807ac Update readme for release v1.0.0-rc.1 (#17)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2020-03-22 21:47:59 +01:00
Bobby DeSimoneandGitHub ba84cd6d7d Remove save flag from package command (#14)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-03-22 21:36:41 +01:00
Reinhard NägeleandGitHub 590e9dd0aa Fix docs and add missing version input (#5)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-09 21:14:18 +01:00
Reinhard Naegele 5789f54dea Remove TypeScript
This removes TypeScript and all dependencies and only keeps a simple
Javascript file that does not have any dependencies and can be run
directly. There is not need for an NPM build any more and we just
call a shell script via Javascript.

With this, we no longer have to commit node_modules and Javascript
compiled from TypeScript code. Also, the shell script can easily be run
directly for local testing.

Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-02 20:32:54 +01:00