mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🧱 chore(release): bump version to 1.0.8
- Added dynamic Unreleased compare link for changelog auto-updates - Improved versioning automation and tagging safety - Fixed newline warning in dependabot.yml - Unified workflow timezone (Asia/Tokyo) and metadata consistency - Updated CHANGELOG and docs for v1.0.8
This commit is contained in:
18
.github/workflows/validate.yml
vendored
18
.github/workflows/validate.yml
vendored
@@ -31,14 +31,16 @@ on:
|
||||
# 🔒 Security or metadata configs
|
||||
- '.github/dependabot.yml'
|
||||
- '.github/renovate.json'
|
||||
paths-ignore:
|
||||
# 📝 Documentation-only changes shouldn't trigger builds
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
- 'docs/**'
|
||||
- 'LICENSE*'
|
||||
- 'CONTRIBUTING*'
|
||||
- 'CHANGELOG.md'
|
||||
|
||||
# 🧹 Excluded documentation or text files
|
||||
- '!**/*.md'
|
||||
- '!**/*.txt'
|
||||
- '!docs/**'
|
||||
- '!LICENSE*'
|
||||
- '!CONTRIBUTING*'
|
||||
- '!CHANGELOG.md'
|
||||
- '!SECURITY.md'
|
||||
- '!CODE_OF_CONDUCT.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user