projectsyn / documentation

The Project Syn main documentation repository
https://docs.syn.tools/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Update Getting Started Guide for newer Project Syn tools releases #101

Closed tobru closed 3 years ago

tobru commented 3 years ago

This PR updates the Getting Started guide to work with the latest releases of Project Syn

Checklist

ccremer commented 3 years ago

Question: Does it make sense to have a make target or so which runs a script to get the latest releases? So we could set placeholders in the adoc-files and replace with newest values easily. GH actions would then verify if there are newer releases?

Similar to https://github.com/appuio/container-oc/blob/master/src/release.sh where we query the GitHub API for getting latest releases

tobru commented 3 years ago

Question: Does it make sense to have a make target or so which runs a script to get the latest releases? So we could set placeholders in the adoc-files and replace with newest values easily. GH actions would then verify if there are newer releases?

At the current stage of the project just patching the version doesn't really help. As you can see in the WIP commits it's a lot more work than just bumping version numbers. That's not something I'm surprised about, we're still in the 0.x development cycle where compatibility breaks merely all the time. As things settle down we can look in automating this again.