Skip to content
Snippets Groups Projects

feat(semantic-release): support prerelease for `testing` and `dev` branches

Merged Daniel Dehennin requested to merge feature/support-prerelease-tags into dev

The previous .on-release-tag match everything starting with release/ and so prerelease tags like release/X.Y.Z-testing or release/X.Y.Z-dev.

When doing prerelease, we want to avoid updating stable tags, we restrict the match for release tags and add specific rules to match testing and dev tags.

We make an improvement in semantic-release configuration file release.config.js to ease the declaration of the prerelease branches.

We define 2 new rules to execute semantic-release for $TESTING_BRANCH and $DEV_BRANCH.

Edited by Daniel Dehennin

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading