vranki / ExtPlane

Plugin for X-Plane flight simulator which allows reading and writing simulation properties
138 stars 44 forks source link

Latest Release? #53

Closed JanC closed 5 years ago

JanC commented 5 years ago

Hi, what is the latest stable release? In the release github page there are many untagged releases. I believe you should run the Travis deploy step only on tagged commits using tags: true

deploy:
  provider: releases
  api_key:
    secure: mGPELl1Bc2nkK6JPsyorKkYC7uAwP4H5AfGev5vpIoOfC0Kp/ubRNVKE3771/tzPw4P2QpYDTvl9dL0hGJcoVEUeomRuBoNViueAzpZVJQSNo68lbse+SAMi2JHSs+p0uyDdIVY51Hu5NFQYnDWvxIgbv4RF8mztymdSS1CtDlU=
  file:
    - "extplane-plugin.zip"
    - "extplane-transformer.zip"
  skip_cleanup: true
  on:
    tags: true
vranki commented 5 years ago

As this is quite small and mature project, the latest git head is intended to be latest stable release. If someone wants to make proper releases, I wouldn't mind. More experimental features (if there are any) are done in separate branches.

JanC commented 5 years ago

ok. I was just confused by the Release pages to which the readme ponts to.

cheers