Skip to content

chore: Use lerna fixed versioning #523

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

Merged
merged 4 commits into from
Jun 4, 2021

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Jan 28, 2021

Reference: https://github.com/lerna/lerna#fixedlocked-mode-default

  1. Currently the SDK create a new tag for each new version each subpackage. This results in having too many tags to maintain.
  2. Using independent versioning also adds some unnecessary complexity over the release system.
  3. Most popular monorepos use fixed versioning, like Lerna, Babel

See: aws-sdk-js-v3 switched to fixed versioning with their release candidate in aws/aws-sdk-js-v3#1248

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

Reference: https://github.com/lerna/lerna#fixedlocked-mode-default

1. Currently the SDK create a new tag for each new version each subpackage. This results in having too many tags to maintain.
2. Using independent versioning also adds some unnecessary complexity over the release system.
3. Most popular monorepos use fixed versioning, like Lerna, Babel

See: aws-sdk-js-v3 switched to fixed versioning with their release candidate in aws/aws-sdk-js-v3#1248
farleyb-amazon
farleyb-amazon previously approved these changes Jan 28, 2021
@seebees seebees merged commit 20b795c into aws:master Jun 4, 2021
@seebees seebees deleted the fixed_lerna_versioning branch June 4, 2021 01:07
seebees added a commit to seebees/aws-sdk-js-crypto-helpers-1 that referenced this pull request Sep 10, 2021
Reference: https://github.com/lerna/lerna#fixedlocked-mode-default

1. Currently the SDK create a new tag for each new version each subpackage. This results in having too many tags to maintain.
2. Using independent versioning also adds some unnecessary complexity over the release system.
3. Most popular monorepos use fixed versioning, like Lerna, Babel

See: aws-sdk-js-v3 switched to fixed versioning with their release candidate in aws/aws-sdk-js-v3#1248
And aws/aws-encryption-sdk-javascript#523
seebees added a commit to aws/aws-sdk-js-crypto-helpers that referenced this pull request Sep 13, 2021
Reference: https://github.com/lerna/lerna#fixedlocked-mode-default

1. Currently the SDK create a new tag for each new version each subpackage. This results in having too many tags to maintain.
2. Using independent versioning also adds some unnecessary complexity over the release system.
3. Most popular monorepos use fixed versioning, like Lerna, Babel

A tag for v1.1.1 will be created pointing to this release,
for the last published version that was 86ad0b6

See: aws-sdk-js-v3 switched to fixed versioning with their release candidate in aws/aws-sdk-js-v3#1248
And aws/aws-encryption-sdk-javascript#523
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

Successfully merging this pull request may close these issues.

3 participants