From b5387f12202399f2236fc12bea151904b275f79b Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Fri, 22 Sep 2023 10:38:17 +1000 Subject: [PATCH] Cut release v0.9.1 (#693) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump to ⚡️⚡️⚡️v0.9.1⚡️⚡️⚡️ * update bump instructions * readme update * read me again * change pr convention --- README.md | 15 +++++++++++++-- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20727d301..d931ce23a 100644 --- a/README.md +++ b/README.md @@ -123,13 +123,24 @@ Before you submit a contribution PR to this repo, please ensure that: ## Release a new version -1. Bump the versions in the .json files by creating a `Bump to v{x}.{y}.{z}` PR, committing the changes from +1. Bump the versions in the .json files by creating a `Cut release v{x}.{y}.{z}` PR, committing the changes from ```bash VERSION=x.y.z yarn run bump-jsons ``` -The PR may serve as a place to discuss the human-readable changelog and extra QA. +The PR may serve as a place to discuss the human-readable changelog and extra QA. A quick way of getting PR's merged since the last bump is to [use this PR filter](https://github.com/KittyCAD/modeling-app/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Amerged+), open up the browser console and past in the following + +```typescript +console.log( + '- ' + + Array.from( + document.querySelectorAll('[data-hovercard-type="pull_request"]') + ).map((a) => `[${a.innerText}](${a.href})`).join(` +- `) +) +``` +grab the md list and delete any that are older than the last bump 2. Merge the PR diff --git a/package.json b/package.json index 010604335..48aaa955f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untitled-app", - "version": "0.9.0", + "version": "0.9.1", "private": true, "dependencies": { "@codemirror/autocomplete": "^6.9.0", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 014c62d09..e328f053e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "kittycad-modeling", - "version": "0.9.0" + "version": "0.9.1" }, "tauri": { "allowlist": {