Skip to content

Commit 8c366ef

Browse files
committed
Prepare v2.0.0-beta3
Signed-off-by: Sora Morimoto <[email protected]>
1 parent a6aca85 commit 8c366ef

File tree

6 files changed

+276
-298
lines changed

6 files changed

+276
-298
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
## [2.0.0-beta3]
12+
1113
### Changed
1214

1315
- Use the week number to manage Cygwin cache.
@@ -18,7 +20,7 @@ and this project adheres to
1820
- Lock the version of opam to be installed only to < 2.1 releases until opam 2.2
1921
is released.
2022

21-
## [v2.0.0-beta2]
23+
## [2.0.0-beta2]
2224

2325
### Changed
2426

@@ -217,8 +219,10 @@ that require it.
217219

218220
- Initial release.
219221

220-
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta2...HEAD
221-
[v2.0.0-beta2]:
222+
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta3...HEAD
223+
[2.0.0-beta3]:
224+
https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta2...v2.0.0-beta3
225+
[2.0.0-beta2]:
222226
https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta...v2.0.0-beta2
223227
[2.0.0-beta]:
224228
https://github.com/avsm/setup-ocaml/compare/v2.0.0-alpha...v2.0.0-beta

dist/index.js

Lines changed: 57 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 57 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ steps:
7373
echo "::set-output name=url::https://github.com/ocaml/opam-repository.git"
7474
fi
7575
76-
- name: Use OCaml with repository ${{ steps.repository.url }}
76+
- name: Use OCaml with repository ${{ steps.repository.outputs.url }}
7777
uses: avsm/setup-ocaml@v2
7878
with:
7979
opam-repositories: |
80-
default: ${{ steps.repository.url }}
80+
default: ${{ steps.repository.outputs.url }}
8181
```
8282
<!-- prettier-ignore-end -->
8383

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-beta2",
2+
"version": "2.0.0-beta3",
33
"private": true,
44
"scripts": {
55
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)