From 3ed1b761448b5da80197d46cce44ae41777e8168 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Tue, 13 Feb 2024 00:19:32 +0100 Subject: [PATCH] chore(test-opam-publish.yml): Run preflight --- .github/workflows/test-opam-publish.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-opam-publish.yml b/.github/workflows/test-opam-publish.yml index c74c47207..63a574dd2 100644 --- a/.github/workflows/test-opam-publish.yml +++ b/.github/workflows/test-opam-publish.yml @@ -16,16 +16,18 @@ jobs: call-opam-publish: uses: ./.github/workflows/opam-publish.yml with: - # release: "false" # by default - tag_name: "v0.15.0" + # release: "false" # beware: keep this flag set to false + tag_name: "v0.16.0" # beware: put here an existing (old) tag body: | Cc @erikmd - ## [0.15.0](https://github.com/ocaml-sf/learn-ocaml/compare/v0.14.1...v0.15.0) (2023-08-23) - + ## [1.0.0](https://github.com/ocaml-sf/learn-ocaml/compare/v0.16.0...v1.0.0) (2024-02-12) + + Preflight! + ### Features - * **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` + * **pre-compilation:** Implement pre-compilation of exercises and graders ([b03bdfe](https://github.com/ocaml-sf/learn-ocaml/commit/b03bdfe5a7c9ed5d4677b1ee2eb11d37e953cbe3)) * etc. secrets: OPAM_RELEASE: ${{ secrets.OPAM_RELEASE }}