Skip to content

Tag message now has the v{{version}}\n\n{changes} format, as workar… #43

Tag message now has the v{{version}}\n\n{changes} format, as workar…

Tag message now has the v{{version}}\n\n{changes} format, as workar… #43

name: changelogPrint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: changelogPrint
steps:
- uses: actions/checkout@v3
- name: jdk 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
- name: gradle caching
uses: gradle/gradle-build-action@v2
- run: ./gradlew changelogPrint