st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Support auto release note generation in CI #34

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Description

  1. Support auto release note generation in CI
  2. no longer use action/create-release as it's been archived (no maintained any more), but use softprops/action-gh-release instead for automating release creation in CI

Test

I've setup dummy trigger in CI and I've tagged with dummy one v0.3.2-dummy and got an expected result like this:

スクリーンショット 2022-01-24 18 42 35

NOTE: I've changed the release to pre-release as it's dummy and planning to delete both the dummy release and tag after the PR is merged

yokawasa commented 2 years ago

@tmrekk121 thanks for the review! I'll merge the PR

yokawasa commented 2 years ago

FYI

I've deleted the following release and corresponding tags that I've created only for testing