mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
commit
4ca8faa862
@ -10,7 +10,7 @@ Signing works in combination with checksum files and it is generally sufficient
|
||||
to sign the checksum files only.
|
||||
|
||||
The default is configured to create a detached signature for the checksum files
|
||||
with [GunPG](https://www.gnupg.org/) and your default key. To enable signing
|
||||
with [GnuPG](https://www.gnupg.org/) and your default key. To enable signing
|
||||
just add
|
||||
|
||||
```yaml
|
||||
|
@ -54,7 +54,7 @@ snapcraft:
|
||||
drumroll:
|
||||
|
||||
# If your app requires extra permissions to work outside of its default
|
||||
# confined space, delcare them here.
|
||||
# confined space, declare them here.
|
||||
# You can read the documentation about the available plugs and the
|
||||
# things they allow:
|
||||
# https://snapcraft.io/docs/reference/interfaces).
|
||||
|
@ -45,7 +45,7 @@ changelog:
|
||||
filters:
|
||||
# commit messages matching the regexp listed here will be removed from
|
||||
# the changelog
|
||||
# Default is emtpy
|
||||
# Default is empty
|
||||
exclude:
|
||||
- '^docs:'
|
||||
- typo
|
||||
|
@ -13,7 +13,7 @@ each configured Artifactory.
|
||||
|
||||
If you have only one Artifactory instance,
|
||||
the configuration is as easy as adding the
|
||||
upload target and a usernameto your `.goreleaser.yml` file:
|
||||
upload target and a username to your `.goreleaser.yml` file:
|
||||
|
||||
```yaml
|
||||
artifactories:
|
||||
@ -59,7 +59,7 @@ _Attention_: Variables _Os_, _Arch_ and _Arm_ are only supported in upload mode
|
||||
Your configured username needs to be authenticated against your Artifactory.
|
||||
|
||||
The password or API key will be stored in a environment variable.
|
||||
The confgured name of your Artifactory instance will be used.
|
||||
The configured name of your Artifactory instance will be used.
|
||||
With this way we support auth for multiple instances.
|
||||
This also means that the `name` per configured instance needs to be unique
|
||||
per goreleaser configuration.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Continous Integration
|
||||
title: Continuous Integration
|
||||
---
|
||||
|
||||
You may want to setup your project to auto-deploy your new tags on
|
||||
|
Loading…
x
Reference in New Issue
Block a user