Skip to content

Commit ff0b4cd

Browse files
committed
chore
1 parent d158d9e commit ff0b4cd

2 files changed

Lines changed: 22 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# docker-filesocket
1+
[![Build Status](https://img.shields.io/github/workflow/status/docker-client/docker-filesocket/Publish?style=for-the-badge)](https://github.com/docker-client/docker-filesocket/actions)
2+
[![Maven Central](https://img.shields.io/maven-central/v/de.gesellix/docker-filesocket.svg?style=for-the-badge&maxAge=86400)](https://search.maven.org/search?q=g:de.gesellix%20AND%20a:docker-filesocket)
23

3-
Unix domain socket and named pipe abstraction for the docker-client
4+
# docker-filesocket
45

5-
## Release Workflow
6+
[Unix domain socket](https://en.wikipedia.org/wiki/Unix_domain_socket) and [named pipe](https://en.wikipedia.org/wiki/Named_pipe#In_Windows) abstraction
7+
for the [docker-client](https://github.com/gesellix/docker-client).
68

7-
There are multiple GitHub Action Workflows for the different steps in the package's lifecycle:
9+
## Publishing/Release Workflow
810

9-
- CI: Builds and checks incoming changes on a pull request
10-
- triggered on every push to a non-default branch
11-
- CD: Publishes the Gradle artifacts to GitHub Package Registry
12-
- triggered only on pushes to the default branch
13-
- Release: Publishes Gradle artifacts to Sonatype and releases them to Maven Central
14-
- triggered on a published GitHub release using the underlying tag as artifact version, e.g. via `git tag -m "$MESSAGE" v$(date +"%Y-%m-%dT%H-%M-%S")`
11+
See RELEASE.md

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Publishing
2+
3+
Packages are automatically published from the `main` branch to the GitHub Package Registry.
4+
Manually cut releases will be published to both GitHub Package Registry and Maven Central.
5+
6+
## Release Workflow
7+
8+
There are multiple GitHub Action Workflows for the different steps in the package's lifecycle:
9+
10+
- CI: Builds and checks incoming changes on a pull request
11+
- triggered on every push to a non-default branch
12+
- CD: Publishes the Gradle artifacts to GitHub Package Registry
13+
- triggered only on pushes to the default branch
14+
- Release: Publishes Gradle artifacts to Sonatype and releases them to Maven Central
15+
- triggered on a published GitHub release using the underlying tag as artifact version, e.g. via `git tag -m "$MESSAGE" v$(date +"%Y-%m-%dT%H-%M-%S")`

0 commit comments

Comments
 (0)