dokku / docker-ambassador

A maintained version of the ambassador linking pattern
MIT License
8 stars 6 forks source link

feat: add workflow to bump version in ci #81

Closed josegonzalez closed 2 weeks ago

josegonzalez commented 2 weeks ago

Version bumps are done via git tagging, which can be annoying to do locally as I would need to lookup the last release. Instead, automate the actual workflow so that it can be bumped in CI.

Ideally version bumps are done on PR merge and automatically computed, but this workflow is fine for now.