Skip to content

Commit

Permalink
Bump cabal version, update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Jan 21, 2025
1 parent fde64a9 commit 236b04b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ For running unit tests, try `cabal test`.
Integration tests is a bit more involved, since we need ldap and
wire-server running. See `./examples/wire-server/run.sh`.

## cutting a new release

- Make sure master is up to date
- `git tag v0.*`
- `git push --tags`

This will trigger a github workflow that builds and uploads the docker
images to quay.io.

- consider releasing to hackage (see `./admin/publish.sh`)
- bump version in cabal file to upcoming version

## future work

See https://github.com/wireapp/ldap-scim-bridge/issues
Expand Down
1 change: 0 additions & 1 deletion admin/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ docker build -t ldap-scim-bridge:${VERSION} .
docker tag ldap-scim-bridge:${VERSION} quay.io/wire/ldap-scim-bridge:${VERSION}
docker login quay.io
docker push quay.io/wire/ldap-scim-bridge:${VERSION}

2 changes: 1 addition & 1 deletion ldap-scim-bridge.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: ldap-scim-bridge
version: 0.10
version: 0.11
synopsis: See README for synopsis
description: See README for description
homepage: https://github.com/wireapp/ldap-scim-bridge
Expand Down

0 comments on commit 236b04b

Please sign in to comment.