-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update to support BETA releases
https://github.com/orgs/AlaskaAirlines/discussions/556 This diff modifies the `.github/settings.yml`, `.github/workflows/testPublish.yml`, and `package.json` files. In `.github/settings.yml`, it adds a `required_linear_history` setting to the `main` and `beta` branches to prevent merge commits from being pushed to those branches. In `.github/workflows/testPublish.yml`, it updates the `branches` section to include both `main` and `beta` branches for the `push` and `pull_request` events. In `package.json`, it adds a `beta` branch with the `prerelease` flag set to `true` in the `release.branches` section. Changes to be committed: modified: .github/settings.yml modified: .github/workflows/testPublish.yml modified: package.json
- Loading branch information
1 parent
4d670a1
commit c2fc1c4
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters