hydraulic-software / conveyor

Gradle plugin, user guide and discussion forums for Conveyor
https://conveyor.hydraulic.dev
Apache License 2.0
123 stars 10 forks source link

Missing tags for new releases #61

Closed AzimMuradov closed 1 year ago

AzimMuradov commented 1 year ago

Foremost, thanks for the great tool, so happy it exists!

Problem

The only currently available tag is v1 which points to 7.0 version.

image

This makes it inconvenient to use GitHub actions (https://github.com/hydraulic-software/conveyor/tree/master/actions/build) with the new releases.

Please update the tags.

Workaround

The only possible way to use 9.1 for example is to write something like this in a workflow file:

uses: hydraulic-software/conveyor/actions/build@48c67c36c6cdf6a887135b984b00ca323f65fce4
mikehearn commented 1 year ago

Thanks, you're right, we should do that. This repository is synced with git subtree so doesn't automatically inherit tags from the main repository. I've added a v9.1 tag and updated the release checklist to include a step for this.