Skip to content

Commit

Permalink
Update link to ahangelog config
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Sep 15, 2023
1 parent 4bde02d commit 6de9cb9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/java-gradle-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ on:
required: true
type: string

# changelog-config:
# description: "Path to the changelog config"
# required: false
# type: string
# default: ""
gradle-version:
description: "Gradle version to be installed. (Default is wrapper)"
required: false
Expand Down Expand Up @@ -79,4 +74,3 @@ jobs:
gradle-version: ${{ inputs.gradle-version }}
gradle-cache: ${{ inputs.gradle-cache }}
working-directory: ${{ inputs.working-directory }}
# changelog-config: ${{ inputs.changelog-config }}
30 changes: 0 additions & 30 deletions actions/changelog-generate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,33 +78,6 @@ runs:
echo "path=${{ inputs.config }}" >> "$GITHUB_OUTPUT"
shell: bash

# - name: Download default changelog
# id: config
# run: |
# if [[ -n "${{ inputs.config }}" ]]; then
# echo "path=${{ inputs.config }}" >> "$GITHUB_OUTPUT"
# # else
# # # wget -c https://raw.githubusercontent.com/bakdata/ci-templates/1.32.0/.github/changelog-config.json -O default-config.json
# # wget -c https://raw.githubusercontent.com/bakdata/ci-templates/feat/changelog-def/actions/changelog-generate/changelog-config.json -O default-config.json
# # echo "path=default-config.json" >> "$GITHUB_OUTPUT"
# # # echo "path=actions/changelog-generate/changelog-config.json" >> "$GITHUB_OUTPUT"
# fi
# shell: bash

# - name: Test input
# run: |
# # echo "----> ${{ inputs.config }} <------"
# echo "----> ${{ steps.config.outputs.path }} <------"
# echo "--------------------------------------------------------------------------------"
# echo "--------------------------------------------------------------------------------"
# echo "--------------------------------------------------------------------------------"
# # cat ${{ inputs.config }}
# cat ${{ steps.config.outputs.path }}
# echo "--------------------------------------------------------------------------------"
# echo "--------------------------------------------------------------------------------"
# echo "--------------------------------------------------------------------------------"
# shell: bash

- name: "Create changelog"
env:
CONFIG_PATH: ${{ inputs.config }}
Expand All @@ -113,9 +86,6 @@ runs:
with:
token: "${{ inputs.github-token }}"
configuration: "${{ steps.set-tags.outputs.path }}"
# configuration: ${{ env.CONFIG_PATH }}
# configuration: "${{ steps.config.outputs.path }}"
# configuration: ${{ inputs.config }}
fromTag: "${{ steps.set-tags.outputs.fromtag }}"
toTag: "${{ steps.set-tags.outputs.totag }}"
outputFile: ${{ runner.temp }}/changes.md
Expand Down
6 changes: 0 additions & 6 deletions actions/java-gradle-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ inputs:
description: "Scope of the release"
required: true

# changelog-config:
# description: "Path to the changelog config"
# required: false
# # default: ""
# default: "$GITHUB_ACTION_PATH/changelog-config.json"
changelog-file:
description: "Path to the changelog file"
required: false
Expand Down Expand Up @@ -95,7 +90,6 @@ runs:
changelog-file: "${{ inputs.changelog-file }}"
fetch-reviewers: "true"
fetch-release-information: "true"
# config: "${{ inputs.changelog-config }}"

- name: Commit and push changes including .bumpversion.cfg file
uses: bakdata/ci-templates/actions/[email protected]
Expand Down
8 changes: 0 additions & 8 deletions actions/java-gradle-release/changelog-config.json

This file was deleted.

0 comments on commit 6de9cb9

Please sign in to comment.