Compare commits

..

No commits in common. "main" and "v0.10" have entirely different histories.
main ... v0.10

2 changed files with 9 additions and 6 deletions

View file

@ -5,11 +5,15 @@ on:
push: push:
branches: [main] branches: [main]
tags: ['v*'] tags: ['v*']
# No 'paths' filter on purpose: Forgejo (unlike GitHub) also applies paths paths:
# to TAG pushes, so a version tag on a docs-only commit gets silently - '**.go'
# skipped and never produces a named release. Continuous builds on every - 'go.mod'
# main push are the documented behavior anyway (see CHANGELOG header), so - 'go.sum'
# the paths optimization is not worth the release-tag footgun. - 'scripts/**'
- 'assets/**'
- 'embed.go'
- 'cmd/xetup/app.manifest'
- '.forgejo/workflows/release.yml'
jobs: jobs:
build-and-release: build-and-release:

View file

@ -161,7 +161,6 @@
<a href="/changelog/">Changelog</a> <a href="/changelog/">Changelog</a>
<a href="https://git.xetup.x9.cz/x9/xetup">Git</a> <a href="https://git.xetup.x9.cz/x9/xetup">Git</a>
<a href="https://git.xetup.x9.cz/x9/xetup/issues">Issues</a> <a href="https://git.xetup.x9.cz/x9/xetup/issues">Issues</a>
<a href="https://git.xetup.x9.cz/x9/xetup-runs/issues">Chyby behu</a>
</nav> </nav>
</header> </header>