From 766cabcf11d808933efcb2b483cb6bfeac6800ff Mon Sep 17 00:00:00 2001 From: rushmorem Date: Thu, 16 Nov 2023 23:25:18 +0200 Subject: [PATCH] bump version --- .github/workflows/update.yaml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index ac16ce6..166ecf1 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -50,13 +50,13 @@ jobs: cargo doc --all-features git config --local user.email "actions@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git remote remove origin - git remote add origin https://rushmorem:${{ secrets.GITHUB_TOKEN }}@github.com/addr-rs/psl.git + git remote add upstream https://rushmorem:${{ secrets.GITHUB_TOKEN }}@github.com/addr-rs/psl.git git add data/rules.txt src/list.rs git commit -m 'update the list' cargo install --force --version 0.3.30 release-plz /home/runner/.cargo/bin/release-plz update --no-changelog git add Cargo.toml git commit -m 'bump version' + git push upstream main /home/runner/.cargo/bin/release-plz release fi diff --git a/Cargo.toml b/Cargo.toml index 84bfe82..9a7cd9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "psl" description = "Extract root domain and suffix from a domain name" -version = "2.1.7" +version = "2.1.8" license = "MIT/Apache-2.0" repository = "https://github.com/addr-rs/psl" documentation = "https://docs.rs/psl"