-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: restore ability to release maintenance version lines #998
chore: restore ability to release maintenance version lines #998
Conversation
💔 Backport failedThe pull request could not be backported due to the following error: Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💔 Backport failedThe pull request could not be backported due to the following error: Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💔 Backport failedThe pull request could not be backported due to the following error: Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
This repo was using an automatic backport feature for repository config. As part of daily upgrades, the projen config would be checked out from `main` and applied to maintenance branches. However because we also defined the current version in this config, this inadvertently changed the current version for maintenance branches as well! In practice that meant that the release tagging workflow tagged the wrong release lines. This fix does two things: - Disable the automatic backport of configuration in favor of the new, explicit label based backport feature (see it in action on this PR!) - Add an explicit release line option to the tagging workflow, that will be compared against the detected TypeScript version and fail if they don't match. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 (cherry picked from commit db6e7f8)
This repo was using an automatic backport feature for repository config. As part of daily upgrades, the projen config would be checked out from `main` and applied to maintenance branches. However because we also defined the current version in this config, this inadvertently changed the current version for maintenance branches as well! In practice that meant that the release tagging workflow tagged the wrong release lines. This fix does two things: - Disable the automatic backport of configuration in favor of the new, explicit label based backport feature (see it in action on this PR!) - Add an explicit release line option to the tagging workflow, that will be compared against the detected TypeScript version and fail if they don't match. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 (cherry picked from commit db6e7f8)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…998) (#999) # Backport This will backport the following commits from `main` to `maintenance/v5.2`: - [chore: restore ability to release maintenance version lines (#998)](#998) <!--- Backport version: 9.5.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) --------- Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
…998) (#1000) # Backport This will backport the following commits from `main` to `maintenance/v5.3`: - [chore: restore ability to release maintenance version lines (#998)](#998) <!--- Backport version: 9.5.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) --------- Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
Same as aws/jsii-compiler#998, but for jsii-rosetta This repo was using an automatic backport feature for repository config. As part of daily upgrades, the projen config would be checked out from `main` and applied to maintenance branches. However because we also defined the current version in this config, this inadvertently changed the current version for maintenance branches as well! In practice that meant that the release tagging workflow tagged the wrong release lines. This fix does two things: - Disable the automatic backport of configuration in favor of the new, explicit label based backport feature (see it in action on this PR!) - Add an explicit release line option to the tagging workflow, that will be compared against the detected TypeScript version and fail if they don't match. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Same as aws/jsii-compiler#998, but for jsii-rosetta This repo was using an automatic backport feature for repository config. As part of daily upgrades, the projen config would be checked out from `main` and applied to maintenance branches. However because we also defined the current version in this config, this inadvertently changed the current version for maintenance branches as well! In practice that meant that the release tagging workflow tagged the wrong release lines. This fix does two things: - Disable the automatic backport of configuration in favor of the new, explicit label based backport feature (see it in action on this PR!) - Add an explicit release line option to the tagging workflow, that will be compared against the detected TypeScript version and fail if they don't match. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 (cherry picked from commit 08daef4)
Same as aws/jsii-compiler#998, but for jsii-rosetta This repo was using an automatic backport feature for repository config. As part of daily upgrades, the projen config would be checked out from `main` and applied to maintenance branches. However because we also defined the current version in this config, this inadvertently changed the current version for maintenance branches as well! In practice that meant that the release tagging workflow tagged the wrong release lines. This fix does two things: - Disable the automatic backport of configuration in favor of the new, explicit label based backport feature (see it in action on this PR!) - Add an explicit release line option to the tagging workflow, that will be compared against the detected TypeScript version and fail if they don't match. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 (cherry picked from commit 08daef4)
Same as aws/jsii-compiler#998, but for jsii-rosetta This repo was using an automatic backport feature for repository config. As part of daily upgrades, the projen config would be checked out from `main` and applied to maintenance branches. However because we also defined the current version in this config, this inadvertently changed the current version for maintenance branches as well! In practice that meant that the release tagging workflow tagged the wrong release lines. This fix does two things: - Disable the automatic backport of configuration in favor of the new, explicit label based backport feature (see it in action on this PR!) - Add an explicit release line option to the tagging workflow, that will be compared against the detected TypeScript version and fail if they don't match. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 (cherry picked from commit 08daef4)
This repo was using an automatic backport feature for repository config. As part of daily upgrades, the projen config would be checked out from
main
and applied to maintenance branches. However because we also defined the current version in this config, this inadvertently changed the current version for maintenance branches as well! In practice that meant that the release tagging workflow tagged the wrong release lines.This fix does two things:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.