Added links

Frank 2024-08-05 11:25:43 +02:00
parent 5ec367fa9b
commit 67bb59292a

16
Home.md

@ -1,7 +1,7 @@
| Name | Links | Fork, active branch | Version | PR link | PR status | Notes |
|-------------------------|--------------------------------------------------------------------|---------------------|------------|------------|--------------------------|-------|
| amarillo | [GI][1g] [GH][1m] 🔴[CI][1j] 🔴[GHA][1a] 🔴[PyPI][1] 🔴[GIcr][1r] 🟡[ghcr][1d] | [Link][1f] dev | 🔴0.0.17a1 | [Link][1p] | Merged into plugins bran | [^1] |
|-------------------------|---------------------------------------------------------------------------------------------|---------------------|------------|------------|--------------------------|-------|
| amarillo | [GI][1g] [GH][1m] 🔴[CI][1j] 🔴[GHA][1a] 🔴[GIPy][1x] 🔴[Pypi][1] 🔴[GIcr][1r] 🟡[ghcr][1d] | [Link][1f] dev | 🔴0.0.17a1 | [Link][1p] | Merged into plugins bran | [^1] |
| amarillo-gtfs-generator | [GI][2g] [GH][2m] 🟡[CI][2j] 🟡[PyPI][1] 🔴Docker 🔴ghcr | | 🟢2.0.0 | | | [^2] |
| amarillo-enhancer | [GI][3g] [GH][3m] 🟢[CI][3j] 🟢[PyPI][1] 🟢[Docker][3d] 🔴ghcr | | 🟢2.0.0 | | | [^3] |
| amarillo-compose | [GI][4g] [GH][4m] | | 🟢2.0.0 | | | [^4] |
@ -33,6 +33,8 @@
[1m]: https://github.com/mfdz/amarillo
[1p]: https://github.com/mfdz/amarillo/pull/34
[1r]: https://git.gerhardt.io/amarillo/-/packages/container/amarillo/latest
[1x]: https://git.gerhardt.io/amarillo/-/packages/pypi/amarillo-core
[2g]: https://git.gerhardt.io/amarillo/amarillo-gtfs-generator
[2f]: https://github.com/frsaba/amarillo-gtfs-generator
[2j]: https://jenkins.gerhardt.io/job/Amarillo/job/amarillo-github/job/amarillo-gtfs-generator/
@ -71,3 +73,13 @@ Release process - manual
2. get the PyPI link after Jenkins has published the package, e.g. https://pypi.org/project/amarillo-stops/2.0.1/
3. on GH create new release, use above tag, name "vx.y.z", in description put the PyPI link (sources.zip is added automatically)
Release branch on amarillo: needed?
Version number for non-releases
- version number is taken from pyproject.toml
- if branch==main
then use the version as is
else append -devHASH
- v2.0.0.-devNNN, **use v2.0.0-dev5ec367f** 7 chars
**Note**: we must make sure that only trusted PRs get deployed, because anybody can make a PR