Dev: Release - HiromuHota/pentaho-kettle GitHub Wiki

Update CHANGELOG and README

  • pentaho-kettle
    • README.md
    • CHANGELOG.md

Follow the CHANGELOG style at https://keepachangelog.com/en/1.0.0/

Increment version

Increment version (e.g., from 0.8.2.18 to 0.8.2.19)

  • apache-vfs-browser
    • pom.xml
  • pentaho-commons-xul
    • swt/pom.xml
  • pentaho-kettle
    • assemblies/client/pom.xml
    • assemblies/lib/pom.xml
    • assemblies/static/pom.xml
    • core/pom.xml
    • engine/pom.xml
    • security/pom.xml
    • ui/pom.xml
    • docker/Dockerfile
  • pdi-dataservice-server-plugin
    • pom.xml

Add and push tags

Add a tag: webspoon/0.8.2.X and push it.

Publish artifacts to GitHub

Artifacts are automatically published to GitHub Release at webspoon/nightly tag. All you have to do is to manually fix it to webspoon/0.8.2.X.

Publish a Docker image to DockerHub