Skip to content

Commit 7834654

Browse files
authored
feat: update release workflow to Portuguese and bump version to 0.2.3 (#11)
1 parent d4ceae1 commit 7834654

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,12 @@ jobs:
9494
body: |
9595
## 📦 v${{ steps.get_version.outputs.version }}
9696
97-
New version of Procon CLI - a tool to generate blocklists.
98-
99-
### 📥 Downloads
100-
- Linux (x86_64): `procon-cli-x86_64-unknown-linux-gnu.tar.gz`
101-
102-
### 🚀 How to use
97+
### 🚀 Como Usar
10398
```bash
104-
# Generate adblock list
99+
# Gera a lista no formato adblock
105100
./procon-cli generate --output adblock.txt
106101
107-
# Generate hosts list
102+
# Gera a lista no formato hosts
108103
./procon-cli generate --format hosts --output hosts.txt
109104
```
110105
files: artifacts/**/*

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procon-cli"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
rust-version = "1.90"
66
description = "Gera listas de bloqueio AdBlock e hosts a partir da base de dados de sites não confiáveis da Fundação Procon-SP"

0 commit comments

Comments
 (0)