Skip to content

Commit 3d47998

Browse files
authored
chore(test-opam-publish.yml): Run preflight (#586)
1 parent 4e8c999 commit 3d47998

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/test-opam-publish.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ jobs:
1616
call-opam-publish:
1717
uses: ./.github/workflows/opam-publish.yml
1818
with:
19-
# release: "false" # by default
20-
tag_name: "v0.15.0"
19+
# release: "false" # beware: keep this flag set to false
20+
tag_name: "v0.16.0" # beware: put here an existing (old) tag
2121
body: |
2222
Cc @erikmd
2323
24-
## [0.15.0](https://github.com/ocaml-sf/learn-ocaml/compare/v0.14.1...v0.15.0) (2023-08-23)
25-
24+
## [1.0.0](https://github.com/ocaml-sf/learn-ocaml/compare/v0.16.0...v1.0.0) (2024-02-12)
25+
26+
Preflight!
27+
2628
### Features
2729
28-
* **partition-view:** Add a selector to show (tokens, nicks, or anon IDs) (`#540`) ([58b3644](https://github.com/ocaml-sf/learn-ocaml/commit/58b3644a6d5a3f43cf8d7cb21ebbe40b588f176f)), closes `#528`
30+
* **pre-compilation:** Implement pre-compilation of exercises and graders ([b03bdfe](https://github.com/ocaml-sf/learn-ocaml/commit/b03bdfe5a7c9ed5d4677b1ee2eb11d37e953cbe3))
2931
* etc.
3032
secrets:
3133
OPAM_RELEASE: ${{ secrets.OPAM_RELEASE }}

0 commit comments

Comments
 (0)