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 @@ -18,6 +18,7 @@ Examples of Java projects:
1818Examples of non-Java projects:
1919
2020 * xref:examples:miscellaneous/ballerina.adoc[]
21+ * xref:examples:miscellaneous/bun.adoc[]
2122 * xref:examples:miscellaneous/cpp.adoc[]
2223 * xref:examples:miscellaneous/crystal.adoc[]
2324 * xref:examples:miscellaneous/csharp-cross-platform.adoc[]
Original file line number Diff line number Diff line change 2121*** xref:miscellaneous/auto-config-release.adoc[]
2222*** xref:miscellaneous/github-summary.adoc[]
2323*** xref:miscellaneous/ballerina.adoc[]
24+ *** xref:miscellaneous/bun.adoc[]
2425*** xref:miscellaneous/cpp.adoc[]
2526*** xref:miscellaneous/crystal.adoc[]
2627*** xref:miscellaneous/csharp-cross-platform.adoc[]
Original file line number Diff line number Diff line change 1+ = Helloworld in Bun
2+
3+ The link:https://github.com/jreleaser/helloworld-bun[] 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 44* xref:miscellaneous/auto-config-release.adoc[]
55* xref:miscellaneous/github-summary.adoc[]
66* xref:miscellaneous/ballerina.adoc[]
7+ * xref:miscellaneous/bun.adoc[]
78* xref:miscellaneous/cpp.adoc[]
89* xref:miscellaneous/crystal.adoc[]
910* xref:miscellaneous/csharp-cross-platform.adoc[]
You can’t perform that action at this time.
0 commit comments