From 664dd0769188386b11b5e9a2579195a68e992f03 Mon Sep 17 00:00:00 2001 From: Henry Tsai Date: Tue, 13 Aug 2024 14:33:57 -0700 Subject: [PATCH] Fixed minor issue to prep v2.2.0 release (#270) --- .changeset/kind-monkeys-tell.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/kind-monkeys-tell.md diff --git a/.changeset/kind-monkeys-tell.md b/.changeset/kind-monkeys-tell.md new file mode 100644 index 00000000..a80426be --- /dev/null +++ b/.changeset/kind-monkeys-tell.md @@ -0,0 +1,7 @@ +--- +"@tbdex/http-client": minor +"@tbdex/http-server": minor +"@tbdex/protocol": minor +--- + +Fixed minor issue to prep v2.2.0 release diff --git a/README.md b/README.md index 20c12971..bdef7585 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Release workflow: 1. Open a PR 2. `changeset-bot` will automatically [comment on the PR](https://github.com/TBD54566975/tbdex-js/pull/30#issuecomment-1732721942) with a reminder & recommendations for semver -3. Run `pnpm changeset` locally and push changes (`.changet/*.md`). The CLI tool will walk you through a set of steps for you to define the semantic changes and create a randomly-named markdown file within `.changeset/`. +3. Run `pnpm changeset` locally and push changes (`.changeset/*.md`). The CLI tool will walk you through a set of steps for you to define the semantic changes and create a randomly-named markdown file within `.changeset/`. 4. Merge PR into `main`. 5. Profit from the automated release pipeline: - [Release Workflow](./.github/workflows/release.yml) will create a new Version Package PR, or update the existing one. For example, [see this PR](https://github.com/TBD54566975/tbdex-js/pull/36). This PR updates the version numbers in the relevant `package.json` files & also aggregates the Summary notes into the relevant `CHANGELOG.md` files.