Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 4.73 KB

userlog.md

File metadata and controls

91 lines (64 loc) · 4.73 KB

ℹ️ this log lists user most visible changes

⚠️ to find all changes use changelog.txt file in a directory

ℹ️ Legend: 🛡️ - security; 🔧 - fixed; 🆕 - new; 📝 - changed; 🔀 - refactor

2023.07.02:

  • 🆕 new: action.yml: added ENABLE_REPO_STATS_COMMITS_URL_PRINT_TO_CHANGELOG variable to be able to print Statistic Output Repository commit URL (approximated by +5min date) into being committed changelog file

2022.12.18:

  • 📝 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

2022.12.11:

  • 🆕 new: action.yml: added ENABLE_COMMIT_REFERENCE_URL_PRINT_TO_CHANGELOG variable to be able to print Commit Reference URL into the changelog file

2022.10.12:

  • 🆕 new: action.yml: added flags parameter with builtin parse into GH_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

2022.09.08:

  • 🔧 fixed: action.yml: multiline input in ${{ input.env }}

2022.08.26:

  • 🆕 new: action.yml: added ENABLE_GITHUB_ACTIONS_RUN_URL_PRINT_TO_CHANGELOG and GHWF_GITHUB_ACTIONS_RUN_URL variables to be able to print GitHub Actions run URL into the changelog file

2022.08.12:

  • 🆕 new: action.yml: flush print annotations at the last always executed step

2022.08.09:

  • 🆕 new: action.yml: print commit reference url to the log

2022.05.11:

  • 🆕 new: action.yml: added commit_msg_entity optional input parameter as replacement of stat_entity in the commit message
  • 📝 changed: action.yml: removed board_name input parameter
  • 📝 changed: action.yml: removed stat_entity_path input parameter
  • 📝 changed: action.yml: swapped COMMIT_MESSAGE_PREFIX and COMMIT_MESSAGE_SUFFIX in all scripts to further improve readability in case of GitHub commit message truncation

2022.05.06:

  • 🔧 fixed: action.yml: CHANGELOG_FILE must be always not empty

2022.05.04:

  • 🆕 new: action.yml: added COMMIT_MESSAGE_PREFIX to split an automated user commit message into prefix and suffix parts

2022.04.16:

  • 🔧 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

2022.04.15:

  • 📝 changed: action.yml: switched to use andry81-devops/gh-action--git-checkout action instead of actions/checkout

2022.04.02:

  • 📝 changed: action.yml: switch to use actions/checkout@v3 action

2022.03.31:

  • 📝 changed: action.yml: COMMIT_MESSAGE_DATE_TIME_PREFIX variable usage

2022.03.23:

  • 🆕 new: action.yml: env input parameter to explicitly declare global environment variables
  • 🆕 new: action.yml: changelog_dir variable usage is added

2022.01.13:

  • 🆕 new: action.yml: workflow script execution time in the Automated Update commit message

2022.01.01:

  • 🆕 new: action.yml: added deps_repo_branch parameter to use specific repository branch as dependency
  • 🆕 new: action.yml: added deps_repo_read_token parameter to use specific read token for repository as dependency

2022.01.01:

  • 🆕 new: action.yml: use GH_WORKFLOW_ROOT variable to include gh-workflow shell scripts as dependencies
  • 📝 changed: action.yml: head annotations workaround through gh-workflow script
  • 📝 changed: action.yml: removed relative paths usage

2021.12.30:

  • 🆕 new: action.yml: print output repository directory url into pipeline

2021.12.30:

  • 📝 changed: action.yml: removed print statistics change into pipeline as bugged in the current GitHub implementation (breaks notification prints from a script)
  • 📝 changed: action.yml: moved COMMIT_MESSAGE_SUFFIX variable creation into workflow scripts

2021.12.30:

  • 🆕 new: action.yml: additionally print statistics change into pipeline

2021.12.18:

  • 🆕 new: README.md readme file

2021.12.18:

  • 📝 changed: action.yml: commit message suffix with changes in statistic

2021.12.05:

  • 📝 changed: action.yml: removed usage of the write_error_to_file and write_warning_to_file environment variables as not required anymore