mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 15:50:46 +00:00
167 lines
6.2 KiB
HTML
167 lines
6.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>JReleaser</title>
|
|
<link rel="canonical" href="https://jreleaser.org/">
|
|
<link href="_/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="_/css/site.css">
|
|
<script>var uiRootPath = '_'</script>
|
|
|
|
<style>
|
|
.bd-placeholder-img {
|
|
font-size: 1.125rem;
|
|
text-anchor: middle;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.bd-placeholder-img-lg {
|
|
font-size: 3.5rem;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<link href="_/css/landing.css" rel="stylesheet">
|
|
</head>
|
|
<body class="article">
|
|
|
|
<header class="header">
|
|
<nav class="navbar">
|
|
<div class="navbar-brand">
|
|
<a class="navbar-item" href="https://jreleaser.org">JReleaser</a>
|
|
<button class="navbar-burger" data-target="topbar-nav">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</button>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main" class="article">
|
|
|
|
<div class="jumbotron">
|
|
<div class="container marketing">
|
|
<div class="row featurette">
|
|
<div class="col-md-7">
|
|
<h1>JReleaser</h1>
|
|
<p class="lead">The quick and effortless way to release your Java project!</p>
|
|
<p>with JReleaser, you can:
|
|
<ul>
|
|
<li>Calculate file checksums</li>
|
|
<li>Sign files with PGP</li>
|
|
<li>Release to GitHub</li>
|
|
<li>Create packagers for<br/>
|
|
Homebrew, Jbang, Scoop, Snapcraft</li>
|
|
<li>Announce releases to<br/>
|
|
Twitter, Zulip, SDKMAN!</li>
|
|
<li>... and much more!</li>
|
|
</ul>
|
|
</p>
|
|
<div class="d-grid gap-2 d-md-block">
|
|
<a class="btn btn-lg btn-primary" href="guide/dev/index.html" role="button">Get started</a>
|
|
<a class="btn btn-lg btn-outline-primary" href="https://github.com/jreleaser/jreleaser" role="button">Go to GitHub</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-5">
|
|
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto rounded" width="500" src="images/jreleaser-duke.png"></img>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Marketing messaging and featurettes
|
|
================================================== -->
|
|
<!-- Wrap the rest of the page in another container to center all the content. -->
|
|
|
|
<div class="container marketing">
|
|
|
|
|
|
<!-- START THE FEATURETTES -->
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<div class="row featurette">
|
|
<div class="col-md-7">
|
|
<h2 class="featurette-heading">Quick configuration.</h2>
|
|
<p class="lead">Configure the essentials and let JReleaser do the heavy lifting. Convention over configuration is a thing!<br/><br/>
|
|
YAML is not your cup of Java? We've got other formats like JSON, a Maven DSL, and a Gradle DSL.</p>
|
|
</div>
|
|
<div class="col-md-5">
|
|
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" src="images/app-jreleaser-config.png"></img>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<div class="row featurette">
|
|
<div class="col-md-7 order-md-2">
|
|
<h2 class="featurette-heading">Publish and announce a release.</h2>
|
|
<p class="lead">Publishing a release is as simple as executing a single command using the <code>jreleaser</code> CLI.<br/><br/>
|
|
We also offer Maven and Gradle plugins, Ant tasks, and Jbang integration to boot!</p>
|
|
</div>
|
|
<div class="col-md-5 order-md-1">
|
|
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" src="images/app-full-release-command.png"></img><br/><br/>
|
|
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" src="images/app-twitter-announce.png"></img>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<div class="row featurette">
|
|
<div class="col-md-7">
|
|
<h2 class="featurette-heading">Create releases without hassle</h2>
|
|
<p class="lead">Releases are automatically tagged. A changelog is generated with all commits since the last tag.
|
|
All artifacts are uploaded.</p>
|
|
</div>
|
|
<div class="col-md-5">
|
|
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" src="images/app-github-release.png"></img>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<div class="row featurette">
|
|
<div class="col-md-7 order-md-2">
|
|
<h2 class="featurette-heading">Maximize distribution and reach.</h2>
|
|
<p class="lead">JReleaser can package your application to be distributed with popular software packagers such as Homebrew, Scoop, Chocolatey, Snapcraft, and others.</p>
|
|
</div>
|
|
<div class="col-md-5 order-md-1">
|
|
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" src="images/app-homebrew-tap.png"></img>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
<!-- /END THE FEATURETTES -->
|
|
|
|
</div><!-- /.container -->
|
|
|
|
|
|
<!-- FOOTER -->
|
|
<footer class="footer">
|
|
<p>Copyright (C) 2021 Andres Almiray. This page was built using an adapted version of the Antora default UI.</p>
|
|
<p>The source code for this UI is licensed under the <a href="https://www.mozilla.org/en-US/MPL/2.0/">Mozilla Public License Version 2.0</a> (MPL-2.0).</p>
|
|
</footer>
|
|
<script src="_/js/site.js"></script>
|
|
<script async src="_/js/vendor/highlight.js"></script>
|
|
</main>
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
|
<script>window.jQuery || document.write('<script src="../assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
|
</body>
|
|
</html>
|