Commit Graph
979 Commits
Author SHA1 Message Date
Mike Penz 8f1be1d114 - add debug log messages for transformer and filter 2021-11-06 10:13:51 +01:00
Mike Penz e398a20e36 - add new ability to transform tags (tag name) prior to sorting, allowing to transform tags into semver format can be achieved
- tags will keep the original name post sorting
  - FIX https://github.com/mikepenz/release-changelog-builder-action/issues/571
2021-11-06 10:13:46 +01:00
Mike Penz 0a1db911b6 - fix new tag filter not called
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/571
2021-11-06 10:13:40 +01:00
Mike PenzandGitHub 3ed4fe54df Merge pull request #569 from mikepenz/feature/566
Configuration option to filter out tags given a regex
2021-11-05 08:57:27 +01:00
Mike Penz ed954db1f6 - add new ability to filter out tags based on a regex
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/566
2021-11-05 08:52:21 +01:00
Mike PenzandGitHub 2480660d0b Merge pull request #568 from mikepenz/feature/update_dependencies_20211105
Dependency updates
2021-11-05 08:46:59 +01:00
Mike Penz 431f48dd0f no message 2021-11-05 08:26:42 +01:00
Mike Penz a95cc6b662 Merge branch 'ccremer-patch-1' into develop 2021-11-05 08:21:55 +01:00
Mike Penz d9e44c3306 - rephrase note section 2021-11-05 08:21:19 +01:00
Chris 6d8a402754 Add note for initial releases 2021-11-04 13:26:46 +01:00
Mike PenzandGitHub b36edb68a8 Merge pull request #558 from mikepenz/dependabot/npm_and_yarn/types/node-16.11.6
build(deps-dev): bump @types/node from 16.11.3 to 16.11.6
2021-10-29 09:07:38 +02:00
dependabot[bot]andGitHub 267b05149f build(deps-dev): bump @types/node from 16.11.3 to 16.11.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.3 to 16.11.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-29 06:51:55 +00:00
Mike PenzandGitHub 685de69dd9 Merge pull request #560 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-5.2.0
build(deps-dev): bump @typescript-eslint/parser from 5.1.0 to 5.2.0
2021-10-29 08:51:29 +02:00
Mike PenzandGitHub 7f9c219468 Merge pull request #555 from mikepenz/dependabot/npm_and_yarn/eslint-8.1.0
build(deps-dev): bump eslint from 8.0.1 to 8.1.0
2021-10-29 08:51:21 +02:00
Mike PenzandGitHub f1e384ed4b Merge pull request #559 from mikepenz/dependabot/npm_and_yarn/webpack-5.60.0
build(deps): bump webpack from 5.59.1 to 5.60.0
2021-10-29 08:51:12 +02:00
dependabot[bot]andGitHub 1c15c72435 build(deps-dev): bump @typescript-eslint/parser from 5.1.0 to 5.2.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.2.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 13:04:42 +00:00
dependabot[bot]andGitHub 1c8b9f8597 build(deps): bump webpack from 5.59.1 to 5.60.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.59.1 to 5.60.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.59.1...v5.60.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 13:04:33 +00:00
dependabot[bot]andGitHub 687cb6a424 build(deps-dev): bump eslint from 8.0.1 to 8.1.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.0.1...v8.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 13:03:35 +00:00
Mike PenzandGitHub 6853c1f332 Merge pull request #553 from mikepenz/feature/552
Add MERGE_SHA placeholder support into template
2021-10-22 22:22:49 +02:00
Mike Penz f93f67fad5 - introduce new MERGE_SHA placeholder support into template for PRs (and commit SHA for commit mode)
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/552
2021-10-22 22:18:06 +02:00
Mike PenzandGitHub 3466e55ab2 Merge pull request #550 from mikepenz/feature/eslint_8
ESLint 8 | semver 7.3.9 | Dependency updates
2021-10-22 10:51:35 +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 PenzandGitHub e6530eb32b Merge pull request #539 from mikepenz/feature/npm_upgrade_202110115
`npm upgrade` to update all dependencies
2021-10-15 09:02:28 +02:00
Mike Penz d305da0aee - additional jest udpates 2021-10-15 08:56:30 +02:00
Mike Penz fd64710192 - run npm upgrade to update all dependencies to latest version 2021-10-15 08:49:24 +02:00
Mike PenzandGitHub d3d2f79c63 Merge pull request #528 from mikepenz/dependabot/npm_and_yarn/webpack-5.58.0
build(deps): bump webpack from 5.57.1 to 5.58.0
2021-10-11 08:41:34 +02:00
Mike PenzandGitHub 61faad6ffd Merge pull request #529 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.12.0
build(deps): bump @octokit/rest from 18.11.4 to 18.12.0
2021-10-11 08:41:25 +02:00
dependabot[bot]andGitHub a6b09005d6 build(deps): bump @octokit/rest from 18.11.4 to 18.12.0
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.4 to 18.12.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.11.4...v18.12.0)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 13:03:58 +00:00
dependabot[bot]andGitHub 05c6672701 build(deps): bump webpack from 5.57.1 to 5.58.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.57.1 to 5.58.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.57.1...v5.58.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 13:03:42 +00:00
Mike PenzandGitHub be71987266 Merge pull request #526 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-github-4.3.2
build(deps-dev): bump eslint-plugin-github from 4.3.0 to 4.3.2
2021-10-08 10:24:26 +02:00
Mike PenzandGitHub fb4fd9ea89 Merge pull request #525 from mikepenz/dependabot/npm_and_yarn/webpack-5.57.1
build(deps): bump webpack from 5.56.1 to 5.57.1
2021-10-08 08:22:20 +02:00
Mike PenzandGitHub 80e64b6e9b Merge pull request #524 from mikepenz/dependabot/npm_and_yarn/types/node-16.10.3
build(deps-dev): bump @types/node from 16.10.2 to 16.10.3
2021-10-08 08:22:13 +02:00
dependabot[bot]andGitHub d905817a83 build(deps-dev): bump eslint-plugin-github from 4.3.0 to 4.3.2
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.3.0 to 4.3.2.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.3.0...v4.3.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-07 13:04:27 +00:00
dependabot[bot]andGitHub 47e55c9df0 build(deps): bump webpack from 5.56.1 to 5.57.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.56.1 to 5.57.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.56.1...v5.57.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 13:04:27 +00:00
dependabot[bot]andGitHub f39747de0f build(deps-dev): bump @types/node from 16.10.2 to 16.10.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.2 to 16.10.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 13:04:15 +00:00
Mike PenzandGitHub 50b0242e5e Merge pull request #523 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0
build(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0
2021-10-06 14:35:10 +02:00
dependabot[bot]andGitHub cd67f47b50 build(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.32.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-05 13:03:53 +00:00
Mike PenzandGitHub fbb12c6829 Merge pull request #521 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-jest-24.5.2
build(deps-dev): bump eslint-plugin-jest from 24.5.0 to 24.5.2
2021-10-04 16:02:25 +02:00
Mike PenzandGitHub 68af7847dd Merge pull request #522 from mikepenz/dependabot/npm_and_yarn/webpack-5.56.1
build(deps): bump webpack from 5.55.1 to 5.56.1
2021-10-04 16:02:18 +02:00
dependabot[bot]andGitHub 844fd68344 build(deps): bump webpack from 5.55.1 to 5.56.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.55.1 to 5.56.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.55.1...v5.56.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 13:03:57 +00:00
dependabot[bot]andGitHub 3a07994996 build(deps-dev): bump eslint-plugin-jest from 24.5.0 to 24.5.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.0 to 24.5.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.0...v24.5.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 13:03:49 +00:00
Mike PenzandGitHub 508a9cdff6 Merge pull request #520 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.11.4
build(deps): bump @octokit/rest from 18.11.3 to 18.11.4
2021-10-03 09:59:39 +02:00
dependabot[bot]andGitHub 7361269dbc build(deps): bump @octokit/rest from 18.11.3 to 18.11.4
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.3 to 18.11.4.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.11.3...v18.11.4)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-01 13:04:53 +00:00
Mike PenzandGitHub 291f66562a Merge pull request #519 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.11.3
build(deps): bump @octokit/rest from 18.11.2 to 18.11.3
2021-09-30 15:13:10 +02:00
Mike PenzandGitHub 64e5e5dd6d Merge pull request #518 from mikepenz/dependabot/npm_and_yarn/jest-27.2.4
build(deps-dev): bump jest from 27.2.3 to 27.2.4
2021-09-30 15:13:03 +02:00
Mike PenzandGitHub a2dd82e7eb Merge pull request #516 from mikepenz/dependabot/npm_and_yarn/types/node-16.10.2
build(deps-dev): bump @types/node from 16.10.1 to 16.10.2
2021-09-30 15:12:55 +02:00
dependabot[bot]andGitHub e992b8b3c7 build(deps): bump @octokit/rest from 18.11.2 to 18.11.3
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.2 to 18.11.3.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.11.2...v18.11.3)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 13:04:50 +00:00
dependabot[bot]andGitHub 270fe7f8a5 build(deps-dev): bump jest from 27.2.3 to 27.2.4
Bumps [jest](https://github.com/facebook/jest) from 27.2.3 to 27.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.3...v27.2.4)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 13:04:38 +00:00
dependabot[bot]andGitHub 5644e9e407 build(deps-dev): bump @types/node from 16.10.1 to 16.10.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.1 to 16.10.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 13:03:46 +00:00
Mike PenzandGitHub c012f6e58c Merge pull request #514 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-jest-24.5.0
build(deps-dev): bump eslint-plugin-jest from 24.4.2 to 24.5.0
2021-09-29 16:31:56 +02:00