Skip to content

Make bump from canary to master get all commits from latest master release #127

@timneutkens

Description

@timneutkens

So what I run into with Next.js when merging canary into master is that release will only get the commits from the latest canary to the new master release.

For example:

  1. I release Next.js 6.0.0
  2. We started development on Next.js 6.0.1 with a canary release: 6.0.1-canary.0
  3. We did some more commits
  4. Releasing them as 6.0.0-canary.1. Commits from 6.0.1-canary.0 to 6.0.1-canary.1 are caught by release and added to the release notes
  5. I finished the canary branch and it's ready to be released
  6. I run release patch on the master branch with all commits from the canary branch
  7. Release doesn't detect all commits from 6.0.0 to 6.0.1, making me have to manually copy-paste all release notes from canary releases.

@leo can we add support for this behaviour? It'd be a huge time saver for me when releasing 😌

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions