ℹ️ this log lists user most visible changes
⚠️ to find all changes use changelog.txt file in a directory
ℹ️ Legend: 🛡️ - security; 🔧 - fixed; 🆕 - new; 📝 - changed; 🔀 - refactor
- 🆕 new: action.yml: added
ENABLE_REPO_STORE_COMMITS_URL_PRINT_TO_CHANGELOG
variable to be able to print Content Store Repository commit URL (approximated by +5min date) into being committed changelog file - 📝 changed: action.yml: removed
ENABLE_REPO_STATS_COMMIT_URL_PRINT_TO_CHANGELOG
as never been implemented and not needed to be implement
- 🆕 new: action.yml: added
ENABLE_REPO_STATS_COMMIT_URL_PRINT_TO_CHANGELOG
variable to be able to print Repo Stats Commit URL into the changelog file in the Content Cache Repository - 📝 changed: action.yml: removed
ENABLE_COMMIT_REFERENCE_URL_PRINT_TO_CHANGELOG
variable because is not possible to make a commit and in the same time save the commit hash in a being committed file
- 🆕 new: action.yml: added
ENABLE_COMMIT_REFERENCE_URL_PRINT_TO_CHANGELOG
variable to be able to print Commit Reference URL into the changelog file
- 🆕 new: action.yml: added
flags
parameter with builtin parse intoGH_WORKFLOW_FLAGS
environment variable as a single line string - 🆕 new: action.yml: added ability to insert workflow run number into commit message after date/time prefix (
ENABLE_COMMIT_MESSAGE_WITH_WORKFLOW_RUN_NUMBER=1
) - 📝 changed: action.yml: use
$GH_WORKFLOW_ROOT/_common/update-permissions.sh
script to automate permissions update
- 🔧 fixed: action.yml: multiline input in
${{ input.env }}
- 🆕 new: action.yml: install
xmlstarlet
package intoubuntu-latest
usingawalsh128/cache-apt-pkgs-action
as forked repo
- 🆕 new: action.yml: added
USE_PYTHON3_PIP_INSTALL_CMDLINE
andUSE_APT_GET_INSTALL_CMDLINE
variable to install python3 and apt-get prerequisites - 🆕 new: action.yml: added
NO_DOWNLOAD_ENTRIES
environment variable and check forno_download_entries
of workflow dispatch input parameter to avoid entries download
- 🆕 new: action.yml: added
ENABLE_GITHUB_ACTIONS_RUN_URL_PRINT_TO_CHANGELOG
andGHWF_GITHUB_ACTIONS_RUN_URL
variables to be able to print GitHub Actions run URL into the changelog file
- 🆕 new: action.yml: flush print annotations at the last always executed step
- 🆕 new: action.yml: print commit reference url to the log
- 🔧 fixed: action.yml:
content changelog file
invalid path notice
- 🆕 new: action.yml: added
NO_SKIP_UNEXPIRED_ENTRIES
environment variable and check forno_skip_unexpired_entries
of workflow dispatch input parameter to avoid skip of unexpired entries
- 🆕 new: action.yml: added
commit_msg_entity
optional input parameter as replacement ofstat_entity
in the commit message - 📝 changed: action.yml: removed
store_entity_path
input parameter - 📝 changed: action.yml: swapped
COMMIT_MESSAGE_PREFIX
andCOMMIT_MESSAGE_SUFFIX
in all scripts to further improve readability in case of GitHub commit message truncation
- 🔧 fixed: action.yml:
CHANGELOG_FILE
must be always not empty
- 🆕 new: action.yml: added
COMMIT_MESSAGE_PREFIX
to split an automated user commit message into prefix and suffix parts
- 📝 changed: action.yml: implementation is reworked
- 🔧 fixed: action.yml:
mkdir
in a working copy moved after git checkout instead of before to avoid accidental remove on cleanup - 📝 changed: action.yml: added
mkdir-p
parameter usage
- 📝 changed: action.yml: switched to use
andry81-devops/gh-action--git-checkout
action instead ofactions/checkout