Skip to content

Commit

Permalink
Merge branch 'main' into fix/expr-lt-lte
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord authored Feb 3, 2022
2 parents 4c1a533 + a35c801 commit 5390400
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
38 changes: 3 additions & 35 deletions .github/.goreleaser.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,41 +71,9 @@ changelog:
- '^test:'
- '^spec:'

#dockers:
# - image_templates: ["ghcr.io/numary/ledger:{{ .Version }}-amd64"]
# dockerfile: Dockerfile
# use: buildx
# build_flag_templates:
# - --platform=linux/amd64
# - --label=org.opencontainers.image.title={{ .ProjectName }}
# - --label=org.opencontainers.image.description={{ .ProjectName }}
# - --label=org.opencontainers.image.url=https://github.com/numary/ledger
# - --label=org.opencontainers.image.source=https://github.com/numary/ledger
# - --label=org.opencontainers.image.version={{ .Version }}
# - --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
# - --label=org.opencontainers.image.revision={{ .FullCommit }}
# - image_templates: ["ghcr.io/numary/ledger:{{ .Version }}-arm64"]
# dockerfile: Dockerfile
# use: buildx
# build_flag_templates:
# - --platform=linux/arm64
# - --label=org.opencontainers.image.title={{ .ProjectName }}
# - --label=org.opencontainers.image.description={{ .ProjectName }}
# - --label=org.opencontainers.image.url=https://github.com/numary/ledger
# - --label=org.opencontainers.image.source=https://github.com/numary/ledger
# - --label=org.opencontainers.image.version={{ .Version }}
# - --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
# - --label=org.opencontainers.image.revision={{ .FullCommit }}
#
#docker_manifests:
# - name_template: ghcr.io/numary/ledger:{{ .Version }}
# image_templates:
# - ghcr.io/numary/ledger:{{ .Version }}-amd64
# - ghcr.io/numary/ledger:{{ .Version }}-arm64
# - name_template: ghcr.io/numary/ledger:latest
# image_templates:
# - ghcr.io/numary/ledger:{{ .Version }}-amd64
# - ghcr.io/numary/ledger:{{ .Version }}-arm64
release:
prerelease: auto
mode: replace

brews:
- tap:
Expand Down
4 changes: 4 additions & 0 deletions .github/.goreleaser.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ archives:
linux: Linux
windows: Windows

release:
prerelease: auto
mode: replace

snapshot:
name_template: "{{ .Tag }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tr>
<td align="center"><a href="https://github.com/Azorlogh"><img src="https://avatars.githubusercontent.com/u/17968319?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alix Bott</b></sub></a><br /><a href="https://github.com/numary/ledger/commits?author=Azorlogh" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://www.flemzord.fr/"><img src="https://avatars.githubusercontent.com/u/1952914?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Maxence Maireaux</b></sub></a><br /><a href="#infra-flemzord" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#platform-flemzord" title="Packaging/porting to new platform">πŸ“¦</a> <a href="https://github.com/numary/ledger/commits?author=flemzord" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/flemzord"><img src="https://avatars.githubusercontent.com/u/1952914?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Maxence Maireaux</b></sub></a><br /><a href="#infra-flemzord" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#platform-flemzord" title="Packaging/porting to new platform">πŸ“¦</a> <a href="https://github.com/numary/ledger/commits?author=flemzord" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/henry-jackson"><img src="https://avatars.githubusercontent.com/u/34102861?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Henry Jackson</b></sub></a><br /><a href="https://github.com/numary/ledger/commits?author=henry-jackson" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://matias.insaurral.de/"><img src="https://avatars.githubusercontent.com/u/20110?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Matias Insaurralde</b></sub></a><br /><a href="https://github.com/numary/ledger/commits?author=matiasinsaurralde" title="Code">πŸ’»</a> <a href="https://github.com/numary/ledger/pulls?q=is%3Apr+reviewed-by%3Amatiasinsaurralde" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://github.com/S0c5"><img src="https://avatars.githubusercontent.com/u/5241972?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David barinas</b></sub></a><br /><a href="https://github.com/numary/ledger/commits?author=S0c5" title="Code">πŸ’»</a></td>
Expand Down

0 comments on commit 5390400

Please sign in to comment.