Reinhard Nägele and GitHub
565e7795ce
Convert to composite action and use cache dir ( #55 )
...
Switch to composite action so we can get rid of Javascript and install
cr to the cache location.
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2020-11-04 21:04:47 +01:00
Reinhard Nägele and GitHub
7e3f32e98a
Add missing config option to action.yml ( #53 )
...
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2020-10-30 18:59:02 +01:00
Reinhard Nägele and GitHub
072a634d5a
Add config option ( #50 )
2020-10-29 22:10:35 +01:00
Reinhard Nägele and GitHub
ae4e3d41de
Use built-in package and upload functionality ( #48 )
2020-10-29 22:07:36 +01:00
Reinhard Nägele and GitHub
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ägele and GitHub
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ägele and GitHub
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