diff options
author | mail_redacted_for_web | 2024-12-01 17:30:10 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2024-12-01 17:30:10 +0100 |
commit | a1f10f9b93ace516353c1018a29524feaab5c0d1 (patch) | |
tree | 0b93446b0d3aae2a59b6d31b7aa10072f18c760a | |
parent | 54793c0240250335f52cb6ce019f69049f0e8af0 (diff) | |
download | forgejo-lirion-a1f10f9b93ace516353c1018a29524feaab5c0d1.tar.bz2 |
release was wrong
-rw-r--r-- | nfpm/nfpm.yaml.skel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfpm/nfpm.yaml.skel b/nfpm/nfpm.yaml.skel index 21a7d0c..44881e5 100644 --- a/nfpm/nfpm.yaml.skel +++ b/nfpm/nfpm.yaml.skel @@ -56,7 +56,7 @@ epoch: 1 # This is appended to the `version` after `prerelease`. This should be # incremented if you release an updated package of the same upstream version, # and it should reset to 1 when bumping the version. -release: 2 +release: 1 # Section. # This is only used by the deb packager. |