Mike Penz and GitHub
4014bc63c1
- format code
2024-03-01 19:24:09 +00:00
Mike Penz and GitHub
39d8ac4b4f
- clear categories in tests as we run in the same process multiple times
2024-03-01 19:23:22 +00:00
Mike Penz and GitHub
eaf255d3da
- adjust logic to collect entries in the category (with the side effect for it to have autamtic support to inject changelog lines)
2024-03-01 19:11:06 +00:00
Mike Penz and GitHub
47ab0d34bc
- break out some functionality when transforming the pull requests into the changelog
2024-03-01 18:22:00 +00:00
Mike Penz and GitHub
8e8a8fc1c9
Merge pull request #1307 from mikepenz/ci/improve_changelog_gen
...
[CI] Optimize release changelog config
2024-03-01 17:54:35 +01:00
Mike Penz and GitHub
dbe0f697c0
Merge pull request #1306 from mikepenz/feature/unify_regex_handling
...
Unify handling of regex transformers | New method
2024-03-01 17:54:25 +01:00
Mike Penz and GitHub
16f09529d4
- generate full changelog for releases
2024-03-01 16:49:27 +00:00
Mike Penz and GitHub
2a0a3aa6dc
- drop exec and execAll in favor of the much simpler regexr based solution
...
- define regex, define target pattern. success 🎉
2024-03-01 16:42:29 +00:00
Mike Penz and GitHub
40d2beb495
- recompile
2024-03-01 16:31:57 +00:00
Mike Penz and GitHub
89d1f43dfa
- refactor regex handling for the different usecases to allow providing the preferred method
...
- introduce new `exec` and `execAll` variants which support named groups
- introduce `replaceAll` in addition to `replace`
- update test cases
- cleanup code
2024-03-01 15:20:31 +00:00
Mike Penz and GitHub
225bc31b07
Merge pull request #1304 from mikepenz/test/tag_resolver_negation
...
Test inverse tag resolver
2024-03-01 08:41:49 +01:00
Mike Penz and GitHub
96d379bedc
- recompile dist with new exported function for tests
2024-02-29 20:54:41 +00:00
Mike Penz and GitHub
499e2957c4
- add test case to validate the tags transformer
2024-02-29 20:19:37 +00:00
Mike Penz and GitHub
0ed1caaa2b
- add new testcase to validate inverse tag resolver
2024-02-29 13:15:04 +00:00
Mike Penz and GitHub
f10242a33e
Merge pull request #1302 from mikepenz/feature/dependency_updates_20240209
...
Upgrade dependencies
2024-02-09 15:41:19 +01:00
Mike Penz and GitHub
263b5d6b57
- npm upgrade
2024-02-09 14:39:00 +00:00
Mike Penz and GitHub
e946d45618
```
...
@types/jest ^29.5.11 → ^29.5.12
@types/node ^20.11.0 → ^20.11.17
@typescript-eslint/eslint-plugin ^6.18.1 → ^6.21.0
@typescript-eslint/parser ^6.18.1 → ^6.21.0
eslint-plugin-jest ^27.6.2 → ^27.6.3
prettier 3.1.1 → 3.2.5
semver ^7.5.4 → ^7.6.0
ts-jest ^29.1.1 → ^29.1.2
```
2024-02-09 14:38:12 +00:00
Mike Penz and GitHub
520cf119e6
Merge pull request #1301 from mikepenz/fix/1300
...
Sort retrieved PRs by updated instead of merged
2024-02-09 15:35:59 +01:00
Mike Penz and GitHub
ce8f7c0046
- sort by updated instead of merged
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1300
2024-02-09 14:33:15 +00:00
Mike Penz and GitHub
41adfd2e53
- update to 2024
2024-01-12 08:00:24 +00:00
Mike Penz and GitHub
5c4006ea5c
Merge pull request #1295 from mikepenz/feature/dependency_updates_20240112
...
Dependency upgrades 20240112
2024-01-12 08:59:45 +01:00
Mike Penz and GitHub
5fe55527bc
- upgrade dependencies
2024-01-12 07:57:14 +00:00
Mike Penz and GitHub
4489241f6f
```
...
@types/jest ^29.5.7 → ^29.5.11
@types/node ^20.8.10 → ^20.11.0
@types/semver ^7.5.4 → ^7.5.6
@typescript-eslint/eslint-plugin ^6.9.1 → ^6.18.1
@typescript-eslint/parser ^6.9.1 → ^6.18.1
eslint ^8.53.0 → ^8.56.0
eslint-plugin-jest ^27.6.0 → ^27.6.2
eslint-plugin-prettier ^5.0.1 → ^5.1.3
moment ^2.29.4 → ^2.30.1
prettier 3.0.3 → 3.1.1
typescript ^5.2.2 → ^5.3.3
```
2024-01-12 07:56:03 +00:00
Mike Penz and GitHub
5d1f9ae889
Merge pull request #1277 from mikepenz/feature/readme_update_
...
Improve README to include Gitea, and fix highlights
2023-11-05 12:01:52 +01:00
Mike Penz and GitHub
150178c73d
- update readme and include gitea information
...
- fix note, warning, important highlights
- update version to 4.1.0
2023-11-05 10:53:22 +00:00
Mike Penz and GitHub
13932b4291
Merge pull request #1276 from mikepenz/feature/dependency_upgrades_20231105
...
Dev Dependency upgrades
2023-11-05 11:41:38 +01:00
Mike Penz and GitHub
a3e85a72da
- update all dev dependencies to their latest version
2023-11-05 10:38:10 +00:00
Mike Penz and GitHub
8f89bac5ea
Merge branch 'pr/dreamncn/1273' into develop
2023-11-05 10:30:28 +00:00
Mike Penz and GitHub
0e00e184e7
- improve formatting
...
- add some more comments
2023-11-05 10:30:10 +00:00
Mike Penz and GitHub
2538eab26b
- better handle homeUrl for enterprise instances with different urls (used by replace pattern for comparison string)
2023-11-05 10:14:30 +00:00
Mike Penz and GitHub
8afbd5a789
- fix formatting
...
- apply some smaller fixes
- enable cache for 1 gitea test (no need to use API)
- do not cache and export token in cache
- speed up main.test.ts
2023-11-05 10:05:00 +00:00
Ankio
e86f2bbfce
refactor: rebuild dist
2023-11-01 13:31:16 +08:00
Ankio
0e343173ba
fix: gitea error
2023-11-01 13:29:37 +08:00
Ankio
70f0aefb56
fix:add the description of action input
2023-11-01 13:09:56 +08:00
Ankio
6b4929c3c5
style: format code
2023-11-01 12:45:14 +08:00
Ankio
24fd3faff8
chore:rebuild dist
2023-11-01 12:44:51 +08:00
Ankio
1b8e9e1ab7
chore:rebuild dist
2023-11-01 12:38:39 +08:00
Ankio
15114997bc
chore:rebuild dist
2023-11-01 12:38:07 +08:00
Ankio
f898026f26
fix:usage error
2023-11-01 12:36:36 +08:00
Ankio
14751e3922
chore:rebuild dist
2023-11-01 11:41:44 +08:00
Ankio
67b1ef0550
chore:rebuild dist
2023-11-01 11:07:14 +08:00
Ankio
0052b3d1ab
tests:add gitea test cases and fix tests error
2023-11-01 11:05:55 +08:00
Ankio
e08045ee77
style: code formatting
2023-11-01 11:05:11 +08:00
Ankio
08cf89bc11
feat:extra pulls variable
2023-11-01 11:04:21 +08:00
Ankio
5ac643aaac
fix: add node types
2023-11-01 11:02:28 +08:00
Ankio
845695698d
style: add eslint --fix script
2023-11-01 11:02:02 +08:00
Ankio
9bff878778
fix: compilation errors
2023-11-01 10:47:06 +08:00
Ankio
82350e1ed7
fix: removed github url
2023-11-01 08:11:04 +08:00
Ankio
cf290252e4
tests:fix tests error after extra github platform
2023-10-31 22:50:18 +08:00
Ankio
549ee31eaa
feat:add gitea platform resolver
2023-10-31 22:46:26 +08:00