From d3059af815130f102dd97cb1d1e5030920754105 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 May 2021 21:28:07 +0100 Subject: Release v0.7.0 (#103) * Release v0.7.0 - Update all the crate versions - Update the demo gif - Write a changelog - Adjust the title of the search screen (has the old name still) - Adjust the colours of the quick-jump numbers (sadly invisible on some colour schemes as dark grey :/) * Update README, default config file, docs * Link usernames * Trigger release workflow upon release creation, as well as tags --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58868068..8784435c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,6 +10,9 @@ on: tags: - "v*" + release: + types: [created] + jobs: build: name: ${{ matrix.job.os }} (${{ matrix.job.target }}) -- cgit v1.3.1