Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taiki-e/install-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.49.17
Choose a base ref
...
head repository: taiki-e/install-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.49.18
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 9, 2025

  1. tools: Update tidy.sh

    taiki-e committed Mar 9, 2025
    Copy the full SHA
    3b6e036 View commit details
  2. Update mdbook@latest to 0.4.47

    taiki-e committed Mar 9, 2025
    Copy the full SHA
    4e15e2d View commit details
  3. Update just@latest to 1.40.0

    taiki-e committed Mar 9, 2025
    Copy the full SHA
    bf7856a View commit details

Commits on Mar 10, 2025

  1. Release 2.49.18

    taiki-e committed Mar 10, 2025
    Copy the full SHA
    f87f999 View commit details
Showing with 64 additions and 6 deletions.
  1. +8 −1 CHANGELOG.md
  2. +31 −2 manifests/just.json
  3. +24 −2 manifests/mdbook.json
  4. +1 −1 tools/tidy.sh
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [2.49.18] - 2025-03-10

- Update `just@latest` to 1.40.0.

- Update `mdbook@latest` to 0.4.47.

## [2.49.17] - 2025-03-09

- Update `mdbook@latest` to 0.4.46.
@@ -3646,7 +3652,8 @@ Note: This release is considered a breaking change because installing on version

Initial release

[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.17...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.18...HEAD
[2.49.18]: https://github.com/taiki-e/install-action/compare/v2.49.17...v2.49.18
[2.49.17]: https://github.com/taiki-e/install-action/compare/v2.49.16...v2.49.17
[2.49.16]: https://github.com/taiki-e/install-action/compare/v2.49.15...v2.49.16
[2.49.15]: https://github.com/taiki-e/install-action/compare/v2.49.14...v2.49.15
33 changes: 31 additions & 2 deletions manifests/just.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 24 additions & 2 deletions manifests/mdbook.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/tidy.sh
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ cd -- "$(dirname -- "$0")"/..
# - git 1.8+
# - jq 1.6+
# - npm (node 18+)
# - python 3.6+
# - python 3.5.3+
# - shfmt
# - shellcheck
# - cargo, rustfmt (if Rust code exists)