You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README to remove JReleaser release details (#23)
Removed outdated information about JReleaser environment variables and release process.
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@open-elements.com>
How that environment variables are defined can be found in the
190
-
[JReleaser documentation](https://jreleaser.org/guide/latest/examples/maven/maven-central.html) and
191
-
[this blog post](https://foojay.io/today/how-to-release-a-java-module-with-jreleaser-to-maven-central-with-github-actions/).
192
-
193
-
On a unix based system the environment variables can be defined in the `.env` file in the root of the project.
194
-
The file is added to the `.gitignore` file and is not committed to the repository.
195
-
196
-
Once that is done you can use the `release.sh` script in the root folder of the repos to create a release:
197
-
198
-
```shell
199
-
./release 0.1.0 0.2.0-SNAPSHOT
200
-
```
201
-
202
-
This will create a release on GitHub and publish the artifacts to Maven Central.
203
-
As you can see 2 params are passed to the `release.sh` script, The first param defines the version for the release and the second param defines the version after the release.
204
-
In the given example the project has defined version 0.1.0-SNAPSHOT before the script is executed.
205
-
The execution will release the current code under version 0.1.0 and later switch the version to 0.2.0-SNAPSHOT and commit it.
177
+
Currently there is no running release process and we work on setting uop everything to do releases under the hiero-ledger org.
206
178
207
179
## Documentation
208
180
209
-
Technical documentation (getting started, architecture, Spring/MicroProfile, managed services, ADRs) is in the **[docs](docs/)** folder and is published as [GitHub Pages](https://hiero-ledger.github.io/hiero-enterprise-java/). Pull requests that change the docs get a preview at `…/pr/<number>/`. Set **Settings → Pages → Deploy from a branch** → branch: `gh-pages`, folder: `/ (root)`.
181
+
Technical documentation (getting started, architecture, Spring/MicroProfile, managed services, ADRs) is in the **[docs](docs/)** folder and is published as [GitHub Pages](https://hiero-ledger.github.io/hiero-enterprise-java/). Pull requests that change the docs get a preview at `…/pr/<number>/`.
0 commit comments