Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 16, 2023
1 parent 2e00070 commit 766cabc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 766cabc

Please sign in to comment.