Multi-language support: which ones to do next? #5367
Replies: 8 comments 22 replies
-
|
Support for python (incl. poetry) would be amazing! |
Beta Was this translation helpful? Give feedback.
-
|
At work, we use Go, Python and TypeScript. |
Beta Was this translation helpful? Give feedback.
-
|
TypeScript with Bun: ✅ |
Beta Was this translation helpful? Give feedback.
-
|
TypeScript with Deno: ✅ |
Beta Was this translation helpful? Give feedback.
-
|
Having support for Dart/Flutter will be great. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
It will be good to have a # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2
builds:
- id: "fs_linux"
builder: rust
targets:
- x86_64-unknown-linux-gnu
command: build
goos: [linux]
flags:
- "--release"
- id: "fs_windows"
builder: rust
targets:
- x86_64-pc-windows-msvc
command: build
goos: [windows]
flags:
- "--release"
archives:
- id: "fs_windows"
format_overrides:
- goos: windows
formats: ["zip"]
checksum:
name_template: "checksums.txt"
snapshot:
version_template: "{{ incpatch .Version }}" |
Beta Was this translation helpful? Give feedback.
-
|
Python with uv: ✅ |
Beta Was this translation helpful? Give feedback.
-
|
My bad, I can't read this discussions about multinlang support. So, can you help me with Dart/Flutter ? Support for publishing Dart/Flutter packages to pub.dev |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's the place for you to share which languages and integrations you think should be added next!
Make sure to check if some suggestion was already given, and give it a thumbs up (and/or comment on the thread).
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions