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

feat: add support for BETA releases #559

Merged
merged 1 commit into from
Jun 18, 2024
Merged

feat: add support for BETA releases #559

merged 1 commit into from
Jun 18, 2024

Conversation

blackfalcon
Copy link
Member

Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Resolves: See discussion https://github.com/orgs/AlaskaAirlines/discussions/556

Summary:

Code diff represents changes made to two YAML files: .github/settings.yml and .github/workflows/testPublish.yml, as well as a package.json file.

In the .github/settings.yml file, the following changes were made:

  1. The v4.0-rc branch was modified to require code owner reviews before merging.
  2. The master branch was modified to require at least one approving review on a pull request before merging.
  3. The beta branch was added with the same branch protection settings as the master branch.
  4. In the .github/workflows/testPublish.yml file, the following changes were made:

The release job was modified to trigger on push events to the master branch or the beta branch. In the package.json file, the following changes were made:

  1. The release configuration was modified to include the beta branch as a release branch with prerelease set to true.
  2. These changes are related to branch protection settings and release configurations for a GitHub repository.

The updates in the ./template directory mirror the changes made in the root directory. Changes are intended to update the default configuration for new projects based on this template.

In the ./template/.github/settings.yml file, the following changes were made:

  1. The main branch was modified to use the default_protection settings.
  2. The beta branch was added with the same branch protection settings as the main branch.
  3. In the ./template/.github/workflows/testPublish.yml file, the following changes were made:

The release job was modified to trigger on push events to the main branch or the beta branch. In the ./template/package.json file, the following changes were made:

  1. The release configuration was modified to include the beta branch as a release branch with prerelease set to true.
  2. These changes are related to branch protection settings and release configurations for a GitHub repository.

They ensure that new projects created from this template will have these settings by default.

Changes to be committed:
modified: .github/settings.yml
modified: .github/workflows/testPublish.yml
modified: package.json
modified: template/.github/settings.yml
modified: template/.github/workflows/testPublish.yml
modified: template/package.json

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

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

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

@blackfalcon blackfalcon self-assigned this Jun 17, 2024
@blackfalcon blackfalcon requested a review from a team as a code owner June 17, 2024 19:48
jordanjones243
jordanjones243 previously approved these changes Jun 17, 2024
Code diff represents changes made to two YAML files: .github/settings.yml and .github/workflows/testPublish.yml, as well as a package.json file.

In the .github/settings.yml file, the following changes were made:

1. The v4.0-rc branch was modified to require code owner reviews before merging.
2. The master branch was modified to require at least one approving review on a pull request before merging.
3. The beta branch was added with the same branch protection settings as the master branch.
4. In the .github/workflows/testPublish.yml file, the following changes were made:

The release job was modified to trigger on push events to the master branch or the beta branch.
In the package.json file, the following changes were made:

1. The release configuration was modified to include the beta branch as a release branch with prerelease set to true.
2. These changes are related to branch protection settings and release configurations for a GitHub repository.

The updates in the ./template directory mirror the changes made in the root directory. Changes are intended to
update the default configuration for new projects based on this template.

In the ./template/.github/settings.yml file, the following changes were made:

1. The main branch was modified to use the default_protection settings.
2. The beta branch was added with the same branch protection settings as the main branch.
3. In the ./template/.github/workflows/testPublish.yml file, the following changes were made:

The release job was modified to trigger on push events to the main branch or the beta branch.
In the ./template/package.json file, the following changes were made:

1. The release configuration was modified to include the beta branch as a release branch with prerelease set to true.
2. These changes are related to branch protection settings and release configurations for a GitHub repository.

They ensure that new projects created from this template will have these settings by default.

Changes to be committed:
modified:   .github/settings.yml
modified:   .github/workflows/testPublish.yml
modified:   package.json
modified:   template/.github/settings.yml
modified:   template/.github/workflows/testPublish.yml
modified:   template/package.json
@blackfalcon blackfalcon merged commit 18513d2 into master Jun 18, 2024
6 checks passed
@blackfalcon blackfalcon deleted the dsande/betaSetup branch June 18, 2024 21:17
@blackfalcon
Copy link
Member Author

🎉 This PR is included in version 4.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Completed work has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants