-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'stable' into stable-core24
* stable: Bump version to the latest release candidate (134.0-1). Bump version to the latest release candidate (133.0.3-1). Add mount-observe plug for https://bugzilla.mozilla.org/1934713 And don't specify the branch name when pushing to esr... Don't specify the branch name when pushing to beta either Revert 'git push stable' back to 'git push'.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
git commit -m "Bump version to the latest release candidate (${{ env.new_version }})." | ||
git push stable | ||
git push | ||
else | ||
echo "New major version (${{ env.new_version }}), please merge the beta branch into the stable one." | ||
fi | ||
|
@@ -71,7 +71,7 @@ jobs: | |
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
git commit -m "Bump version to the latest ESR release (${{ env.new_version }})." | ||
git push esr | ||
git push | ||
else | ||
echo "New major version (${{ env.new_version }}), please proceed to a manual update." | ||
fi | ||
|
@@ -97,7 +97,7 @@ jobs: | |
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
git commit -m "Bump version to the latest beta (${{ env.new_version }})." | ||
git push beta | ||
git push | ||
check-new-nightly: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
|
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