Project

General

Profile

Actions

Prepare release » History » Revision 1

Revision 1/3 | Next »
Olivier Bitsch, 03/05/2024 11:02 AM


Prepare release

  1. Create a new version with gbp dch --ignore-branch.
  2. Replace release sed -i "s/UNRELEASED/focal/g.
  3. Store the version VERSION=$(head -n 1 debian/changelog| cut -d' ' -f2 | sed 's/[\(\)]*//g')
  4. Store the package
  5. Build with podman make podman
  6. Tag the release podman tag docker.io/iabsis/hcw-backend:latest docker.io/iabsis/hcw-backend:${VERSION}
  7. Push everything podman push docker.io/iabsis/hcw-backend:latest docker.io/iabsis/hcw-backend:${VERSION}

Updated by Olivier Bitsch 9 months ago · 1 revisions