|
|
The package is deployed directly to this GitLab, and can be viewed from [Packages and registries](https://gitlab.cs.ksu.edu/apollon/Apollon/-/packages) on the left sidebar.
|
|
|
|
|
|
A pipeline is configured to automatically publish the package if the version number in `package.json` is changed, but can also be triggered manually. You can also publish it from your system without using the pipeline.
|
|
|
|
|
|
# Important note about versioning
|
|
|
To keep the versioning consistent with the original Apollon library [(@ls1intum/apollon)](https://www.npmjs.com/package/@ls1intum/apollon), our fork (@ksu/apollon) should use the same version as @ls1intum/apollon, with a single extension ("`-N`") to track our own releases.
|
|
|
|
|
|
For example, if our library is based on version `2.12.4` of @ls1intum/apollon, then our releases should use `2.12.4-1`, `2.12.4-2`, etc.
|
|
|
|
|
|
If we merge version `2.12.6` of @ls1intum/apollon into our repo, then (after making sure our library works) we should release `2.12.6-0`, and future releases can use `2.12.6-1`, `2.12.6-2`, etc.
|
|
|
|