Skip to content
Snippets Groups Projects
Commit afc94a31 authored by Andreas Maier's avatar Andreas Maier
Browse files

Update README.md

parent 3c1c9fe5
No related branches found
No related tags found
No related merge requests found
Pipeline #11007 failed
...@@ -30,3 +30,12 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C ...@@ -30,3 +30,12 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
## Create exportable js and css ## Create exportable js and css
`npm run build:netex` `npm run build:netex`
## Create and release js and css
`cd releases && ./ release_tag.sh $VERSION $MESSAGE`
e.g.
`cd releases && ./ release_tag.sh 0.9.4-beta "This release features new layouting"`
## Delete release from repository
`cd releases && ./ delete_tag.sh $VERSION`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment