Skip to content

Commit

Permalink
feat(misc): changelog;
Browse files Browse the repository at this point in the history
- Added changelog.
  • Loading branch information
JVickery-TBS committed Dec 10, 2024
1 parent edf958e commit 7074987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/change_log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions changes/v210.release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Released CKAN 2.10 compatible code.

0 comments on commit 7074987

Please sign in to comment.