File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Examples of non-Java projects:
2121 * xref:examples:miscellaneous/cpp.adoc[]
2222 * xref:examples:miscellaneous/crystal.adoc[]
2323 * xref:examples:miscellaneous/csharp-cross-platform.adoc[]
24+ * xref:examples:miscellaneous/deno.adoc[]
2425 * xref:examples:miscellaneous/elixir.adoc[]
2526 * xref:examples:miscellaneous/go.adoc[]
2627 * xref:examples:miscellaneous/haskell.adoc[]
Original file line number Diff line number Diff line change 2424*** xref:miscellaneous/cpp.adoc[]
2525*** xref:miscellaneous/crystal.adoc[]
2626*** xref:miscellaneous/csharp-cross-platform.adoc[]
27+ *** xref:miscellaneous/deno.adoc[]
2728*** xref:miscellaneous/elixir.adoc[]
2829*** xref:miscellaneous/go.adoc[]
2930*** xref:miscellaneous/haskell.adoc[]
Original file line number Diff line number Diff line change 1+ = Helloworld in Deno
2+
3+ The link:https://github.com/jreleaser/helloworld-deno[] repository shows the configuration and steps to:
4+
5+ - Compile a helloworld app for the following targets:
6+ ** `osx-aarch_64`
7+ ** `osx-x86_64`
8+ ** `linux-x86_64`
9+ ** `linux-aarch_64`
10+ ** `windows-x86_64`
11+ - Assemble zip distributions with JReleaser
12+ - Create rolling early-access releases with JReleaser on every push to `main` branch
13+
14+ IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
15+ More information about environment variable configuration may be found xref:reference:environment.adoc[here].
Original file line number Diff line number Diff line change 77* xref:miscellaneous/cpp.adoc[]
88* xref:miscellaneous/crystal.adoc[]
99* xref:miscellaneous/csharp-cross-platform.adoc[]
10+ * xref:miscellaneous/deno.adoc[]
1011* xref:miscellaneous/elixir.adoc[]
1112* xref:miscellaneous/go.adoc[]
1213* xref:miscellaneous/haskell.adoc[]
You can’t perform that action at this time.
0 commit comments