From a6227a80dbb63de2ba4ca23e912df8bd181ad13b Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 20 Dec 2024 10:05:07 -0500 Subject: [PATCH] feat: Updates release notes. --- Release.md | 4 +++- justfile | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Release.md b/Release.md index 7ecbb7f..756dbdc 100644 --- a/Release.md +++ b/Release.md @@ -3,7 +3,8 @@ This is a reminder of the steps used to create a release and update the homebrew formula. > Note: These steps apply to the version hosted on `gitea`, on `github` more of these steps can be -> automated in `ci`, but there are no `macOS` host runners currently in `gitea`. +> automated in `ci`, but there are no `macOS` host runners currently in `gitea`, so the bottles need +> built on `macOS`. 1. Update the version in `Sources/hpa/Version.swift`. 1. Tag the commit with the next version tag. @@ -18,5 +19,6 @@ This is a reminder of the steps used to create a release and update the homebrew 1. Also make sure the `root_url` in the bottle section points to the new release. 1. Upload the bottle `*.tar.gz` file that was created to the release. 1. Generate a pull-request to the formula repo. +1. Generate a pull-request to this repo to merge into main. 1. Remove the bottle from current directory. 1. `just remove-bottles` diff --git a/justfile b/justfile index 7d153f2..0911b22 100644 --- a/justfile +++ b/justfile @@ -52,6 +52,8 @@ test-docker *ARGS: (build-docker-test) {{docker_image_name}}:test \ swift test {{ARGS}} +alias td := test-docker + # Remove bottles remove-bottles: rm -rf *.gz