Commit Graph
9 Commits
Author SHA1 Message Date
Reinhard NägeleandGitHub 072a634d5a Add config option (#50) 2020-10-29 22:10:35 +01:00
Reinhard NägeleandGitHub ae4e3d41de Use built-in package and upload functionality (#48) 2020-10-29 22:07:36 +01: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
Reinhard Naegele da16ecac9b Fix inputs in readme
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-21 11:28:16 +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 46d7da99bf Simplify main.js
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-02 21:22:30 +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
Reinhard Naegele b000906c7a Add chart-releaser action
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-11-22 16:00:54 +01:00