Commit Graph
60 Commits
Author SHA1 Message Date
Mike Penz 8357bc6ec1 - make sure we reset env prior to the next test
- our new test requires history to be available
2025-07-13 16:02:14 +02:00
Mike Penz 0f359e3526 - apply codeQL rule
- enable comment on PR with test result
2025-07-13 15:25:50 +02:00
Mike Penz 6d3b9cdba9 - add junit report 2025-07-13 15:19:50 +02:00
dependabot[bot]andGitHub c12c727ded Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 11:23:30 +00:00
Mike Penz e1f913e30d - enable dependabot updates for GitHub Actions 2024-12-15 12:18:55 +01:00
Mike Penz acb37c674d - update actions 2024-12-14 12:32:23 +01:00
Mike Penz 43378945af - update to release changelog builder v5 2024-11-02 10:52:11 +01:00
Bob LoblawandMike Penz 0ae6d98e17 Refactor transform.ts and others 2024-11-02 09:42:54 +01:00
Mike PenzandGitHub 7a36982979 - adjust CI condition 2024-03-02 20:32:01 +00:00
Mike PenzandGitHub 16f09529d4 - generate full changelog for releases 2024-03-01 16:49:27 +00:00
Mike PenzandGitHub 512b4d3a42 - upgrade to node20 for the GitHub actions
- remove node-fetch as it is no longer required with node 20
- upgrade actions to use node20
2023-09-04 13:52:54 +00:00
Mike PenzandGitHub 213c060c75 - group together dev dependencies 2023-08-31 13:29:04 +00:00
Mike PenzandGitHub fba834269a - add missing npm install 2023-08-31 12:30:03 +00:00
Mike PenzandGitHub 144cd931d3 - remove pr-collector module
(explore if used by gets fixed by it)
2023-08-31 12:07:40 +00:00
Mike PenzandGitHub 1afe5f05ce - update the version of used actions 2023-08-02 15:28:09 +00:00
Mike PenzandGitHub 614e71af44 - fix dist check is only validating the pr-collector dependency 2023-07-28 17:21:47 +00:00
Mike PenzandGitHub f0cbee5a3a - add new configuration to enable exportCache (disabled by default)
- this changes behavior since `rc04`
2023-07-28 11:24:47 +00:00
Mike PenzandGitHub 0c071deb98 - fix CI 2023-06-04 10:23:28 +00:00
Mike PenzandGitHub 5dd6b400c7 - replace ENV variable output with normal output (requires re-passing)
- update README
2023-06-04 10:20:31 +00:00
Mike PenzandGitHub 9785335233 - adjust dist check
- fix import in test
2023-06-04 09:20:10 +00:00
Mike PenzandGitHub e7dc26611c - move pr collection into npm module
(publish without any furhter notes or docs)
- refactor action to use npm dependency
2023-06-03 11:22:52 +00:00
Mike PenzandGitHub 8cde0090d4 - wrong template for ci 2023-05-26 13:52:22 +00:00
Mike PenzandGitHub 29993b6dbd - improve example
- fix imports
2023-05-26 13:50:19 +00:00
Mike PenzandGitHub eafb6da975 - fix typo in echo 2023-05-26 13:44:32 +00:00
Mike PenzandGitHub 0a80bc9a3b - introduce capability of the action running 2 split
- first collect all pull requests and export to environment
  - second take exported data and continue generation of changelogs (makes it cheaper, by only collecting PRs once)
2023-05-26 13:41:59 +00:00
Mike PenzandGitHub c50d979cad - use v3 action itself 2023-05-03 20:10:20 +00:00
Mike PenzandGitHub aca73df593 - update ci action versions 2023-02-18 12:13:02 +00:00
Mike Penz c33f3467a2 - cancel actions on concurrent runs 2022-07-29 11:45:38 +02:00
Mike PenzandGitHub 3728477799 - test capability of providing json in yml 2022-07-29 09:34:33 +00:00
Mike PenzandGitHub f55f49981d - adjust placeholder for yml as ${{}} is reserved 2022-07-29 09:30:57 +00:00
Mike PenzandGitHub 02b79cb00a - introduce capability to define the Configuration via the build yml without the requirement of a file
- this also allows to generate changelogs without the need to chech-out
2022-07-29 09:21:44 +00:00
Mike Penz ca96efe4c6 - upgrade CI pipelines
- introduce dist check
2022-07-08 10:54:25 +02:00
Mike Penz b823dff75e - upgrade to eslint 8.0.x
- use fixed eslint-plugin-github
- update all dependencies to llatest stable release
- semver 7.3.9
- webpack 5.59.1
- node 8
2021-10-22 10:47:42 +02:00
Mike Penz 305689abce - use the proper configuration path 2021-09-24 09:46:36 +02:00
Mike Penz 4abe2a5c7c - update action to create release for tags
- update changelog builder action
2021-09-24 09:32:54 +02:00
Mike PenzandGitHub 2dc615e570 - setup code-scanning
- setup code scanning via github codeql
  - add codeql-analysis.yml
2021-09-13 15:08:04 +02:00
Will DouglasandGitHub 9ec45b47e5 Fix security vulnerability in workflow 2021-03-05 18:43:49 -07:00
Mike Penz 0e36d8314f - add FUNDING.yml 2021-01-17 15:41:02 +01:00
Mike Penz e5536a1843 - introduce preview screenshots for sample output, and a sample result 2020-10-18 15:40:15 +02:00
Mike Penz df528e71d1 - simplify release build thanks to auto ref resolval 2020-10-18 10:25:49 +02:00
Mike Penz 3f5c562f92 - return fetch depth to have capability to auto detect latest tag 2020-10-18 09:43:46 +02:00
Mike Penz 13329e544c - can't use local action, as we didn't checkout :D 2020-10-18 09:40:38 +02:00
Mike Penz 4a8c907e76 - introduce new step, showcasing generation of changelog for an external configuration 2020-10-18 09:39:18 +02:00
Mike Penz c03b55984d - add back checkout to have configuration available 2020-10-18 09:16:18 +02:00
Mike Penz d970a0bc9a - improve messages for test output
- include complete sample in README
2020-10-17 20:13:31 +02:00
Mike Penz bfabe29961 - use develop state for action 2020-10-17 20:08:53 +02:00
Mike Penz 9a9cd26940 - improve build to add sample, without having a prior checkout 2020-10-17 20:04:44 +02:00
Mike Penz 8044ea441a - introduce other category for library changelog 2020-10-17 19:56:31 +02:00
Mike Penz b464ff088a - introduce better more stable fallbacks in case the configuration is missing
- move configurations into subfolder for easier discovery
- simplify missing value fallback specification
2020-10-17 18:02:08 +02:00
Mike Penz 0bfbf81712 - specify toTag from ref 2020-10-16 20:04:06 +02:00