-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
200 lines (143 loc) · 7.2 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
2023.07.10:
* new: action.yml: branding values
2023.07.10:
* changed: README.md: missed change
2023.07.05:
* changed: README.md: known issues link address change
2023.07.05:
* changed: README.md: description update
2023.07.04:
* fixed: action.yml: incorrect `GHWF_REPO_STATS_COMMITS_URL` variable value
2023.07.03:
* changed: action.yml: added `[<workflow-name>][<step-number>]` as a prefix in all step names and duplicated it with the step name in the first comment line in all scripts to identify each step in a common pipeline log
2023.07.03:
* changed: action.yml: added `git status` to dump list of ready to commit statistic output files
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
* refactor: README.md: replaced `blob/master` to `tree/HEAD` in all links as not dependent on specific branch name
2023.04.20:
* fixed: README.md: static badges address change
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
* changed: README.md: readme update
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
* changed: README.md: readme update
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 step to print initial environment variables into the log (flags: `ENABLE_PRINT_INITIAL_ENV_INTO_STDOUT=1`)
* 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
* changed: action.yml: print `GITHUB_RUN_ID` and `GITHUB_RUN_NUMBER` environment variable values together with the changelog file path notice
* changed: README.md: readme update
2022.09.08:
* fixed: action.yml: multiline input in `${{ input.env }}`
2022.09.08:
* new: action.yml: print changelog file path into pipeline log
* new: action.yml: print topic query URL into pipeline log
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.22:
* changed: README.md: readme update
2022.08.12:
* new: action.yml: flush print annotations at the last always executed step
2022.08.12:
* changed: README.md: readme update
2022.08.09:
* new: action.yml: print commit reference url to the log
2022.05.20:
* changed: README.md: readme update
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: renamed `stat_entity_path` to `stat_entity` to select implementation
* 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
* changed: README.md: readme update
2022.05.08:
* changed: README.md: replaced the rest of links by content cache links
2022.05.06:
* fixed: action.yml: `CHANGELOG_FILE` must be always not empty
2022.05.05:
* changed: action.yml: code cleanup
2022.05.04:
* new: action.yml: added `COMMIT_MESSAGE_PREFIX` to split an automated user commit message into prefix and suffix parts
* changed: README.md: readme update
2022.04.22:
* changed: action.yml: code cleanup
* changed: action.yml: minor refactor
2022.04.19:
* changed: README.md: readme update
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
* changed: README.md: readme update
2022.04.15:
* changed: action.yml: switched to use `andry81-devops/gh-action--git-checkout` action instead of `actions/checkout`
2022.04.14:
* changed: action.yml: minor change
2022.04.13:
* changed: README.md: readme update
2022.04.03:
* changed: README.md: readme update
2022.04.02:
* new: README.md, .github/FUNDING.yml: shared donate link and badge
* changed: README.md: readme update
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.30:
* changed: action.yml: `env` parameter update
2022.03.30:
* changed: action.yml: `env` parameter update
* changed: README.md: readme update
2022.03.29:
* changed: README.md: readme update
2022.03.25:
* refactor: action.yml: code refactor
2022.03.23:
* new: action.yml: `env` input parameter to explicitly declare global environment variables
* new: action.yml: `changelog_dir` variable usage is added
* changed: README.md: readme update
2022.02.22:
* changed: action.yml: minor update
2022.02.10:
* fixed: README.md: links update
2022.01.13:
* new: action.yml: workflow script execution time in the Automated Update commit message
2022.01.05:
* changed: .github/res/*.md.in: moved releases common readme templates into standalone repository
2022.01.01:
* changed: README.md: readme update
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.30:
* changed: action.yml: cleanup
2021.12.26:
* changed: README.md, action.yml: better description to hit more search keywords from the GitHub market search bar
2021.12.26:
* fixed: README.md: typo
2021.12.24:
* new: .github/res/Release.md.in: tagged release readme template
2021.12.24:
* new: README.md: repo size, text lines, clones, views, commits since and etc badges
2021.12.18:
* new: `README.md` readme file
2021.12.18:
* changed: action.yml: commit message suffix with changes in statistic
2021.12.05:
* new: `changelog.txt` changelog file
* new: `userlog.md` userlog file
* new: `license.txt` license file
* changed: action.yml: removed usage of the `write_error_to_file` and `write_warning_to_file` environment variables as not required anymore