mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-05-31 23:19:45 +02:00
docs: no history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
b7706b2fd8
commit
a18e61e213
@ -3,4 +3,17 @@
|
||||
GoReleaser was built from the very first commit with the idea of
|
||||
running it as part of the CI pipeline in mind.
|
||||
|
||||
Let's see how we can get it working on popular CI software.
|
||||
Let's see how we can get it working on popular CI software:
|
||||
|
||||
- [GitHub Actions](/ci/actions)
|
||||
- [Azure Pipelines](/ci/azurepipelines)
|
||||
- [Circle CI](/ci/circle)
|
||||
- [Cirrus CI](/ci/cirrus)
|
||||
- [Google CloudBuild](/ci/cloudbuild)
|
||||
- [Codefresh](/ci/codefresh)
|
||||
- [Drone](/ci/drone)
|
||||
- [GitLab CI](/ci/gitlab)
|
||||
- [Jenkins](/ci/jenkins)
|
||||
- [Semaphore](/ci/semaphore)
|
||||
- [Travis CI](/ci/travis)
|
||||
|
||||
|
7
www/docs/errors/no-history.md
Normal file
7
www/docs/errors/no-history.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Changelog has only the latest commit
|
||||
|
||||
If your changelog has only a single commit, its likely GoReleaser ran against
|
||||
a shallow clone, so the history isn't really there - you need a clone with
|
||||
the full depth for it to work.
|
||||
|
||||
To fix it, please refer to the [CI section](/ci) of our docs.
|
@ -137,6 +137,7 @@ nav:
|
||||
- errors/multiple-tokens.md
|
||||
- errors/no-main.md
|
||||
- errors/resource-not-accessible-by-integration.md
|
||||
- errors/no-history.md
|
||||
- deprecations.md
|
||||
- Cookbooks:
|
||||
- About: cookbooks/index.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user