ℹ️ 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_CHANGELOGvariable 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_CHANGELOGas never been implemented and not needed to be implement
- 🆕 new: action.yml: added
ENABLE_REPO_STATS_COMMIT_URL_PRINT_TO_CHANGELOGvariable 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_CHANGELOGvariable 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_CHANGELOGvariable to be able to print Commit Reference URL into the changelog file
- 🆕 new: action.yml: added
flagsparameter with builtin parse intoGH_WORKFLOW_FLAGSenvironment 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.shscript to automate permissions update
- 🔧 fixed: action.yml: multiline input in
${{ input.env }}
- 🆕 new: action.yml: install
xmlstarletpackage intoubuntu-latestusingawalsh128/cache-apt-pkgs-actionas forked repo
- 🆕 new: action.yml: added
USE_PYTHON3_PIP_INSTALL_CMDLINEandUSE_APT_GET_INSTALL_CMDLINEvariable to install python3 and apt-get prerequisites - 🆕 new: action.yml: added
NO_DOWNLOAD_ENTRIESenvironment variable and check forno_download_entriesof workflow dispatch input parameter to avoid entries download
- 🆕 new: action.yml: added
ENABLE_GITHUB_ACTIONS_RUN_URL_PRINT_TO_CHANGELOGandGHWF_GITHUB_ACTIONS_RUN_URLvariables 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 fileinvalid path notice
- 🆕 new: action.yml: added
NO_SKIP_UNEXPIRED_ENTRIESenvironment variable and check forno_skip_unexpired_entriesof workflow dispatch input parameter to avoid skip of unexpired entries
- 🆕 new: action.yml: added
commit_msg_entityoptional input parameter as replacement ofstat_entityin the commit message - 📝 changed: action.yml: removed
store_entity_pathinput parameter - 📝 changed: action.yml: swapped
COMMIT_MESSAGE_PREFIXandCOMMIT_MESSAGE_SUFFIXin all scripts to further improve readability in case of GitHub commit message truncation
- 🔧 fixed: action.yml:
CHANGELOG_FILEmust be always not empty
- 🆕 new: action.yml: added
COMMIT_MESSAGE_PREFIXto split an automated user commit message into prefix and suffix parts
- 📝 changed: action.yml: implementation is reworked
- 🔧 fixed: action.yml:
mkdirin a working copy moved after git checkout instead of before to avoid accidental remove on cleanup - 📝 changed: action.yml: added
mkdir-pparameter usage
- 📝 changed: action.yml: switched to use
andry81-devops/gh-action--git-checkoutaction instead ofactions/checkout