Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust minimal and base-distribution packages #14

Open
ohader opened this issue Feb 22, 2021 · 0 comments
Open

Adjust minimal and base-distribution packages #14

ohader opened this issue Feb 22, 2021 · 0 comments

Comments

@ohader
Copy link
Member

ohader commented Feb 22, 2021

typo3/minimal

First X.0 sprint release (e.g. 11.0)

create new branch X.0 (e.g. 11.0)

adjust branch master

  • adjust branch alias to next "dev-master": "X.1.x-dev" (e.g. "dev-master": "11.1.x-dev")
  • change versions to next X.1.*@dev (e.g. 11.1.*@dev)
  • example TYPO3/minimal@b7cddcc

Subsequent X.Y sprint release (e.g. 11.1)

adjust branch X.0 (e.g. 11.0)

adjust branch master

  • adjust branch alias to "dev-master": "X.Y+1.x-dev" (e.g. "dev-master": "11.2.x-dev")
  • change versions to next X.Y+1.*@dev (e.g. 11.2.*@dev)
  • example TYPO3/minimal@b7cddcc

Final X.L LTS release (e.g. 11.5)

adjust branch X.0 (e.g. 11.0)

  • change versions to current X.L.*@dev (e.g. 11.5.*@dev)
  • add branch alias to current "dev-X.0": "X.L.x-dev" (e.g. "dev-11.0": "11.5.x-dev")
  • tag commit as vX.L.0 (e.g. v11.5.0)
  • example TYPO3/minimal@0c6866b

adjust branch master (core not branched off)

  • change versions to current X.L.*@dev (e.g. 11.5.*@dev)
  • keep branch alias at "dev-master": "X.L.x-dev" (e.g. "dev-master": "11.5.x-dev")

adjust branch master (core branched off to X.L, e.g. 11.5)

  • change versions to next X+1.0.*@dev (e.g. 12.0.*@dev)
  • adjust branch alias to next "dev-master": "X+1.0.x-dev" (e.g. "dev-master": "12.0.x-dev")

typo3/cms-base-distribution

branch master

branch X.x (e.g. 11.x)

tag X.Y.0 (e.g. 11.0.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant