https://github.com/sagikazarmark/dagreleaser
This is a proof of concept module that demonstrates how to release distributable packages using Dagger, similar to how Goreleaser works.
https://github.com/sagikazarmark/dagreleaser
Last synced: 3 months ago
JSON representation
This is a proof of concept module that demonstrates how to release distributable packages using Dagger, similar to how Goreleaser works.
- Host: GitHub
- URL: https://github.com/sagikazarmark/dagreleaser
- Owner: sagikazarmark
- Created: 2024-03-18T15:59:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T19:59:02.000Z (over 1 year ago)
- Last Synced: 2025-07-21T17:18:30.950Z (3 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dagreleaser
This is a proof of concept module that demonstrates how to release distributable packages using Dagger, similar to how [Goreleaser](https://goreleaser.com/) works.
**Note**: This is a proof of concept and is not intended for production use.
It uses the experimental interface support.
## Demo
Building a release:
```shell
cd demo
dagger call release -o output
open output
```
Publishing to GitHub:
```shell
dagger call release-and-publish --token env:GITHUB_TOKEN
```