Mike Penz and GitHub
e28cff0b4c
Merge pull request #825 from mikepenz/feature/local_debugging_testing
...
Include `Local Testing` section in README
2022-07-26 16:20:13 +02:00
Mike Penz
2fd6f64773
- ensure output is properly set also in commitMode
2022-07-26 14:42:20 +02:00
Mike Penz
0253e21cdc
- add note on local testing / debugging via Visual Code
2022-07-26 14:37:20 +02:00
Mike Penz and GitHub
12f54a4f9b
Merge pull request #824 from mikepenz/feature/dependency_updates_20220726
...
Update dependencies | Webpack 5.74.0
2022-07-26 14:30:38 +02:00
Mike Penz
9e31f53866
- update dependencies
...
```
"webpack": "^5.74.0"
```
```
"@types/node": "^18.6.1",
"@typescript-eslint/parser": "^5.31.0",
"eslint-plugin-github": "^4.3.7",
```
2022-07-26 14:22:18 +02:00
Mike Penz and GitHub
99ea554518
Merge pull request #823 from mikepenz/feature/diff_info_placeholders
...
Introduce new placeholders - Changed files, Additions, Deletions, Changes, Commits
2022-07-26 14:21:48 +02:00
Mike Penz
55354469a8
- introduce new additional placeholders useable for building the changelog
...
| **Placeholder** | **Description** | **Empty** |
|----------------------------|----------------------------------------------------------------------------------------------------|:---------:|
| `${{CHANGED_FILES}}` | The count of changed files. | |
| `${{ADDITIONS}}` | The count of code additions (lines). | |
| `${{DELETIONS}}` | The count of code deletions (lines). | |
| `${{CHANGES}}` | The count of total changes (lines). | |
| `${{COMMITS}}` | The count of commits in this release. | |
- restructure project to return additional diff related information along the individual commits
- update testcases to verify functionality of new placeholders
2022-07-26 14:14:16 +02:00
Mike Penz and GitHub
2b8bedc47a
Merge pull request #818 from mikepenz/feature/dependency_updates_20220722
...
Dependency updates 2022.07.22
2022-07-22 09:56:23 +02:00
Mike Penz
131ff98d22
- dependency updates
...
```
"@octokit/rest": "^19.0.3",
```
```
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-plugin-jest": "^26.6.0",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"ts-jest": "^28.0.7",
```
2022-07-22 09:49:10 +02:00
Mike Penz and GitHub
401210947f
Merge pull request #807 from mikepenz/feature/upgrade_ci_20220708
...
Improve CI pipelines
2022-07-08 11:01:15 +02:00
Mike Penz and GitHub
8761777ada
Merge pull request #806 from mikepenz/feature/dependency_upgrades_20220708
...
Dependency upgrades - 2022.07.08
2022-07-08 10:54:35 +02:00
Mike Penz
ca96efe4c6
- upgrade CI pipelines
...
- introduce dist check
2022-07-08 10:54:25 +02:00
Mike Penz and GitHub
4c35c42602
Merge pull request #805 from mikepenz/feature/804
...
Introduce `empty_content` configuration option for categories
2022-07-08 10:47:58 +02:00
Mike Penz
4360ffd09f
- update dependencies to latest stable versions
...
```
"@octokit/rest": "^19.0.1",
"moment": "^2.29.4",
```
```
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"jest": "^28.1.2",
"jest-circus": "^28.1.2",
"typescript": "^4.7.4"
```
2022-07-08 10:43:24 +02:00
Mike Penz
89475f1193
- introduce new configuration option, allowing to provide an empty_content for categories matching no PRs
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/804
2022-07-08 10:40:47 +02:00
Mike Penz and GitHub
9628cd4fe0
- use new warning and note syntax
2022-07-03 15:53:01 +02:00
Mike Penz and GitHub
943b211edc
Merge pull request #794 from mikepenz/fix/790
...
Update README to use different release action
2022-06-22 10:56:47 +02:00
Mike Penz and GitHub
e99e680cdc
- Update README to use different release action
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/790
2022-06-22 08:32:13 +00:00
Mike Penz
2ef19db678
- fix more preview images
2022-06-16 15:22:22 +02:00
Mike Penz
d40bbdbd45
- fix broken preview image
2022-06-16 15:21:43 +02:00
Mike Penz and GitHub
4768b8bc30
Merge pull request #786 from mikepenz/feature/dependency_updates_20220616
...
Dependency updates 2022.06.16
2022-06-16 15:12:06 +02:00
Mike Penz
df81df33e7
- update
...
```
"@actions/core": "^1.9.0",
"@octokit/rest": "^18.12.0",
"@types/semver": "^7.3.10",
"@types/jest": "^28.1.1",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^5.28.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.17.0",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.1",
"jest-circus": "^28.1.1",
```
2022-06-16 15:04:28 +02:00
Mike Penz
d246f23caf
Merge branch 'ipcjs-pr/about-totag' into develop
2022-06-16 15:00:39 +02:00
Mike Penz
99572f3216
- expand wording that valid git refs can be used instead of tags too
2022-06-16 15:00:14 +02:00
ipcjs
0bc0c91c3e
Update the note about from/toTag.
2022-06-06 16:08:31 +08:00
Mike Penz and GitHub
6c807b044d
- recompile dist with GitHub codespaces
2022-05-16 06:40:15 +00:00
Mike Penz
cb4b8d3ade
- update README base config to v3
2022-05-13 15:47:10 +02:00
Mike Penz and GitHub
8b141a9afd
Merge pull request #759 from mikepenz/feature/757
...
Additional sort configuration options
2022-05-13 12:05:59 +02:00
Mike Penz
939712bd2c
- outline new construct for sort config
2022-05-13 11:31:31 +02:00
Mike Penz
0bb7bd0176
- expand configuration specification by offering sorting by alternative properties -> title instead of mergedAt.
...
- add more testcases to cover the new sort orders
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/757
2022-05-13 11:28:46 +02:00
Mike Penz and GitHub
91d5ed10ec
Merge pull request #758 from mikepenz/feature/dependency_updates_20220513
...
Dependency upgrades 2022.05.13
2022-05-13 10:29:58 +02:00
Mike Penz
0eccbb0a68
- dependency upgrades
...
```
"@actions/core": "^1.8.1",
"@actions/github": "^5.0.2",
"moment": "^2.29.3",
"tunnel": "^0.0.6", <-- temporarily until https://github.com/actions/toolkit/issues/1083 is fixed
"webpack": "^5.72.1"
"@types/jest": "^27.5.1",
"@types/node": "^17.0.33",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-plugin-jest": "^26.1.5",
"jest": "^28.1.0",
"jest-circus": "^28.1.0",
"ts-jest": "^28.0.2",
"typescript": "^4.6.4"
```
2022-05-13 10:10:43 +02:00
Mike Penz and GitHub
79a53b0d88
Merge pull request #736 from mikepenz/feature/update_sec
...
Update Security.md contact mail
2022-04-15 15:58:21 +02:00
Mike Penz and GitHub
861a1f6fe6
Update SECURITY.md
2022-04-15 15:53:07 +02:00
Mike Penz and GitHub
a3754948ac
Merge pull request #734 from mikepenz/feature/dependency_upgrades_20220415
...
Dependency upgrades
2022-04-15 10:42:48 +02:00
Mike Penz
3554469804
- dependency upgrades
...
```
"semver": "^7.3.7",
"@typescript-eslint/parser": "^5.19.0",
"@types/node": "^17.0.24",
"@vercel/ncc": "^0.33.4",
"eslint": "^8.13.0",
```
2022-04-15 10:38:01 +02:00
Mike Penz
a86b1b7058
- format the main.ts class
2022-04-15 10:36:10 +02:00
Mike Penz and GitHub
fe2fbf90e3
Merge pull request #728 from mikepenz/feature/720
...
Introduce new API offering the ability to fetch reviewers who approved PRs
2022-04-15 10:33:05 +02:00
Mike Penz and GitHub
4d2ba0eaf1
Merge pull request #726 from mikepenz/feature/725
...
Introduce new API to include open PRs within the generated changelog
2022-04-15 10:31:09 +02:00
Mike Penz
d0b0f4a6b9
- expand README with new configuration options
...
- expand action.yml with new input param
2022-04-08 12:13:22 +02:00
Mike Penz
1e867df2de
- introduce new flag allowing to fetch reviewers who approved PRs
...
- add new testcase which verifies approvers being included
- adjust config for some test cases to verify reviewers not being pulled if disabled
2022-04-08 12:13:21 +02:00
Mike Penz
df9a35580f
- include open is disabled by default
2022-04-08 12:13:14 +02:00
Mike Penz
485266b0da
- expand README with new additional placeholders
2022-04-08 12:08:19 +02:00
Mike Penz
bddcf0df76
- expand action.yml definition with new inputs and outputs
2022-04-08 11:58:00 +02:00
Mike Penz
f60b8b4167
- expand custom assignment and add testcase to verify ability to construct custom categories involving states of PRs
2022-04-08 11:00:40 +02:00
Mike Penz
6211ea4995
- expand log messages
...
- introduce test case to verify the inclusion of the open PR as part of the standard PR set
2022-04-08 11:00:39 +02:00
Mike Penz
85af6a8181
- introduce new flag to include open PRs into the changelog
...
- only fetch open with this flag
- expand pull request spec with
- status, created at timestamp
- expand definition for placeholder patterns in the changelog
2022-04-08 11:00:39 +02:00
Mike Penz and GitHub
7a59e9f4b4
Merge pull request #727 from mikepenz/feature/upgrade_dependencies_20220408
...
Upgrade npm dependencies 2022.04.08
2022-04-08 11:00:14 +02:00
Mike Penz
1965fbb393
- upgrade dependencies
...
```
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1",
"moment": "^2.29.2",
"semver": "^7.3.6",
"webpack": "^5.72.0"
"@typescript-eslint/parser": "^5.18.0",
"@types/node": "^17.0.23",
"eslint": "^8.12.0",
"eslint-plugin-jest": "^26.1.4",
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
```
2022-04-08 10:55:31 +02:00
Mike Penz and GitHub
2114e8b947
Merge pull request #712 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-github-4.3.6
...
build(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6
2022-03-31 13:37:27 +02:00