From 0c8a65647dfed518d51a9863dda0ae4e2aa29cf9 Mon Sep 17 00:00:00 2001 From: chrisli30 Date: Wed, 23 Aug 2023 01:15:50 -0700 Subject: [PATCH 1/2] docs(changeset): Official 2.0.0 version --- .changeset/flat-clocks-eat.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/flat-clocks-eat.md diff --git a/.changeset/flat-clocks-eat.md b/.changeset/flat-clocks-eat.md new file mode 100644 index 0000000..fe87235 --- /dev/null +++ b/.changeset/flat-clocks-eat.md @@ -0,0 +1,6 @@ +--- +"@oak-network/api-augment": patch +"@oak-network/types": patch +--- + +Official 2.0.0 version From ca293d3e5815e3b81c949370520b3f9aff05db3d Mon Sep 17 00:00:00 2001 From: chrisli30 Date: Wed, 23 Aug 2023 01:27:54 -0700 Subject: [PATCH 2/2] Added yarn changeset tag back to release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bd02a1..40796f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,3 +34,6 @@ jobs: # We set the changeset tag command here to auto-create github tag for each package env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Run yarn changeset tag + run: yarn changeset tag \ No newline at end of file