Skip to content

Commit

Permalink
Merge branch 'stable' into stable-core24
Browse files Browse the repository at this point in the history
* 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
seb128 committed Jan 6, 2025
2 parents 76d7699 + 6e79add commit 57fd6b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

name: firefox
version: "133.0-2"
version: "134.0-1"
summary: Mozilla Firefox web browser
description: Firefox is a powerful, extensible web browser with support for modern web application technologies.
confinement: strict
Expand Down Expand Up @@ -57,6 +57,7 @@ apps:
- host-usr-share-hunspell
- joystick
- login-session-observe
- mount-observe
- network
- network-observe
- opengl
Expand Down

0 comments on commit 57fd6b5

Please sign in to comment.