parse-community / parse-community/parse-server

Add CI check to block unwanted major release

Open
#8,090 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:ci
Dominant language
JavaScript
Stars
21.4k
Forks
4.8k
Avg merge
7h 45m
Merged PRs (30d)
11

Description

New Feature / Enhancement Checklist
Current Limitation

If a commit message contains BREAKING CHANGE, it published a major version release. If the commit is only describing a breaking change but not actually containing one, this will lead to an unwanted major version release, but major version releases are only scheduled for the beginning of every year and need to be done in a controlled manner with preparatory work involved.

Feature / Enhancement Description

Add check to semantic release to block an unwanted major version increment.

I remember that there is a semantic release plugin to stop major releases, but I haven't found it anymore. Such a plugin would block major releases and needs to be temporarily disabled to publish a major release, which could be an acceptable solution.

Example Use Case

n/a

Alternatives / Workarounds

n/a

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named; start by locating the semantic-release configuration and existing CI checks. Determine how a BREAKING CHANGE currently triggers a major release, then verify that unwanted major increments are blocked while an intentionally enabled major release remains possible.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, javascript, node.js
Domain
ci-cd, release
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.