1
0
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:
Carlos A Becker 2022-02-01 11:07:28 -03:00
parent b7706b2fd8
commit a18e61e213
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
3 changed files with 22 additions and 1 deletions

View File

@ -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)

View 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.

View File

@ -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