diff --git a/.github/workflows/change_log.yml b/.github/workflows/change_log.yml index 1700c9f2..ddeb1743 100644 --- a/.github/workflows/change_log.yml +++ b/.github/workflows/change_log.yml @@ -29,7 +29,7 @@ jobs: fullfile=$(ls ./changes/${{ github.event.number }}.*) filename=$(basename -- "$fullfile") extension="${filename##*.}" - allowed_types='[ "fix", "bugfix", "hotfix", "feature", "misc", "changes", "migration", "removal" ]' + allowed_types='[ "fix", "bugfix", "hotfix", "feature", "misc", "changes", "migration", "removal", "release" ]' if [[ $allowed_types =~ "\"$extension\"" ]]; then echo -e "\n" echo -e "\033[0;36mINFO: extension ${extension} accepted.\033[0;0m" diff --git a/changes/v210.canada.release b/changes/v210.canada.release new file mode 100644 index 00000000..97aedbea --- /dev/null +++ b/changes/v210.canada.release @@ -0,0 +1 @@ +Released CKAN 2.10 compatible code.