diff --git a/Home.md b/Home.md index 74bcb63..38a19f5 100644 --- a/Home.md +++ b/Home.md @@ -1,14 +1,14 @@ -| Name | Links | Fork, active branch | Version | PR link | PR status | Notes | -|-------------------------|-----------------------------------------|-------------------------------|-------------|------------|--------------------------|---------| -| amarillo | [GI][1g] [GH][1m] 🔴 Image 🔴 [PyPI][1] | [Link][1f] dev | 🔴 0.0.17a1 | [Link][1p] | Merged into plugins bran | [^1] | -| amarillo-gtfs-generator | [GI][2g] [GH][2m] 🔴 [PyPI][1] | [Link][2f] main | 🔴 0.0.2 | [Link][2p] | Not merged | [^2] | -| amarillo-enhancer | [GI][3g] [GH][3m] 🔴 [PyPI][1] | [Link][3f] fastapi | 🔴 0.0.5 | [Link][3p] | Conflicts, fixed locally | [^3] | -| amarillo-compose | [GI][4g] [GH][4m] 🔴 [PyPI][1] | [Link][4f] dev | 🔴 - | [Link][4p] | Not merged | [^4] | -| amarillo-gtfs-exporter | [GI][5g] [GH][5m] 🔴 [PyPI][1] | [Link][5f] separate-generator | 🔴 0.0.4 | - | Not merged | [^5] | -| amarillo-metrics | [GI][6g] [GH][6m] 🔴 [PyPI][1] | [Link][6f] main | 🔴 0.0.6 | [Link][6p] | Readme PR not merged; | [^6] | -| amarillo-stops | 🟢 [GH][7m] [Jenkins][7j] 🔴 [PyPI][7p] | - | 🔴 0.0.2 | - | - | 🔴 [^7] | -| amarillo-grfs-export | [GI][8g] 🔴 GH 🔴 [PyPI][1] | - | 🔴 | - | - | [^8] | +| Name | Links | Fork, active branch | Version | PR link | PR status | Notes | +|-------------------------|---------------------------------------------------------|-------------------------------|-------------|------------|--------------------------|---------| +| amarillo | [GI][1g] [GH][1m] 🔴 [PyPI][1] 🔴 [ghcr][1d] | [Link][1f] dev | 🔴 0.0.17a1 | [Link][1p] | Merged into plugins bran | [^1] | +| amarillo-gtfs-generator | [GI][2g] [GH][2m] 🔴 [PyPI][1] | [Link][2f] main | 🔴 0.0.2 | [Link][2p] | Not merged | [^2] | +| amarillo-enhancer | [GI][3g] [GH][3m] 🔴 [PyPI][1] | [Link][3f] fastapi | 🔴 0.0.5 | [Link][3p] | Conflicts, fixed locally | [^3] | +| amarillo-compose | [GI][4g] [GH][4m] 🔴 [PyPI][1] | [Link][4f] dev | 🔴 - | [Link][4p] | Not merged | [^4] | +| amarillo-gtfs-exporter | [GI][5g] [GH][5m] 🔴 [PyPI][1] | [Link][5f] separate-generator | 🔴 0.0.4 | - | Not merged | [^5] | +| amarillo-metrics | [GI][6g] [GH][6m] 🔴 [PyPI][1] | [Link][6f] main | 🔴 0.0.6 | [Link][6p] | Readme PR not merged; | [^6] | +| amarillo-stops | 🟢 [GH][7m] [CI][7j] 🔴 [PyPI][7p] | - | 🔴 0.0.2 | - | - | 🔴 [^7] | +| amarillo-grfs-export | [GI][8g] 🔴 GH 🔴 [PyPI][1] | - | 🔴 | - | - | [^8] | [^1]: New PR: Call to enhancer, base and derived images, carpool event hooks ✓
CI/CD: missing publishing to PyPI
@@ -25,6 +25,7 @@ 🔴 🟢 🟡 [1]: TODO +[1d]: https://github.com/orgs/mfdz/packages?repo_name=amarillo [1g]: https://git.gerhardt.io/amarillo/amarillo-core [1f]: https://github.com/frsaba/amarillo [1m]: https://github.com/mfdz/amarillo @@ -52,13 +53,13 @@ [7f]: https://github.com/frsaba/amarillo-stops [7j]: https://jenkins.gerhardt.io/job/Amarillo/job/amarillo-github/job/amarillo-stops/ [7m]: https://github.com/mfdz/amarillo-stops -[7p]: https://pypi.org/project/amarillo-stops/2.0.0 +[7p]: https://pypi.org/project/amarillo-stops [8g]: https://git.gerhardt.io/amarillo/amarillo-grfs-export [8f]: https://github.com/frsaba/amarillo-grfs-export [8m]: https://github.com/mfdz/amarillo-grfs-export -Release process +Release process - manual 1. increment version in project.toml, commit, tag with "vx.y.z" with "v" prefix -2. get the PyPI link after Jenkins has published the package, e.g. https://pypi.org/project/amarillo-stops/0.0.1/ -3. on GH create new release, use above tag, name "vx.y.z", in description put PyPI link (sources.zip is added automatically) +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)