Skip to content

Commit 840615b

Browse files
authored
Merge pull request #255 from vlvkobal/fix-examples
2 parents a709eb0 + 5850d1d commit 840615b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The following workflows are available:
234234
Push a tag starting with `python-`, e.g., `python-v0.1.0`, to trigger a release of the Python implementation. The workflow will create a tarball of the `python/` directory and publish it as a release asset.
235235

236236
- **Wireshark Plugin Release:**
237-
Push a tag starting with `wireshark-`, e.g., `wireshark-v2025.09.03`, to trigger a release of the Wireshark plugin binaries for all supported platforms.
237+
Push a tag starting with `wireshark-`, e.g., `wireshark-v0.1.1`, to trigger a release of the Wireshark plugin binaries for all supported platforms.
238238

239239
- **Zeek Release:**
240240
Push a tag that is a pure semantic version (e.g., `v1.2.3`), with no prefix, to trigger a Zeek release. This will automatically create a release on [packages.zeek.org](https://packages.zeek.org/).
@@ -244,7 +244,7 @@ The following workflows are available:
244244
1. Ensure your changes are merged into the `main` branch.
245245

246246
2. Create and push a tag for the component you want to release:
247-
- For Rust, Python, or Wireshark, use the appropriate prefix (e.g., `rust-v0.18.5`, `python-v0.1.0`, `wireshark-v2025.09.03`).
247+
- For Rust, Python, or Wireshark, use the appropriate prefix (e.g., `rust-v0.18.5`, `python-v0.1.0`, `wireshark-v0.1.1`).
248248
- For Zeek, use a pure semver tag (e.g., `v1.2.3`).
249249

250250
Example:

wireshark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ pytest
273273
To create a Wireshark plugin release, push a tag starting with `wireshark-`, for example:
274274

275275
```sh
276-
git tag wireshark-v2025.09.03
277-
git push origin wireshark-v2025.09.03
276+
git tag wireshark-v0.1.1
277+
git push origin wireshark-v0.1.1
278278
```
279279

280280
## License

0 commit comments

Comments
 (0)