Skip to content

Commit

Permalink
Slb/sba/tent 5945 remove obsolete legacy workflow (#52)
Browse files Browse the repository at this point in the history
* TENT-5945 feat: Remove unnecessary legacy workflow as older branches will use their version of the same script with same name

* TENT-5945 refactor: Improve Release workflow description
  • Loading branch information
sebastianbarth-disy authored Oct 14, 2024
1 parent 64d3e2c commit e4a28a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 101 deletions.
97 changes: 0 additions & 97 deletions .github/workflows/release-legacy.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow should only be used for version releases for Cadenza JS versions bundled with
# Cadenza 10.2 and later. For earlier versions use the "Legacy Release" workflow.

name: Release

on:
Expand All @@ -10,7 +7,7 @@ on:
type: string
description: |
Cadenza Main Version
(Required only to create a new .0 release (e.g. 10.2.0). Otherwise the current version is incremented.)'
(e.g. '10.2'; Required only to create a new *.0 release, e.g. 10.2.0 for Cadenza 10.2. Otherwise the current version is incremented)

jobs:
Expand Down

0 comments on commit e4a28a1

Please sign in to comment.