ci: improve version file and tarball creation (#486)

This commit is contained in:
Robert Kaussow 2022-08-29 22:53:07 +02:00 committed by GitHub
parent 12c81554ac
commit e7c4453d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 96 additions and 4 deletions

View file

@ -22,6 +22,9 @@ npm install
# run the build script to build required assets
npm run build
# build release tarball
npm run pack
```
See the [Getting Started Guide](https://geekdocs.de/usage/getting-started/) for details about the different setup options.