An open API service indexing awesome lists of open source software.

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.

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