#!/bin/bash # # Release Notes Generation Library # # Generates markdown release notes from git commit history. # set -e set -u generate_release_notes() { local LAST_TAG="$1" local NEW_TAG="$2" local DEPLOYED_SERVICES="${3:-}" cat <