Commit Graph
55 Commits
Author SHA1 Message Date
Mike Penz f1be8d021b - add tests to verify specific from, to
- add test to verify specific from, to hashes
2020-10-16 20:34:40 +02:00
Mike Penz 2b44c93df7 - add capability to ignore any pre-release releases from matching against, only relevant if no fromTag is specified
- protect against issue if no previous tag is available
2020-10-16 20:31:49 +02:00
Mike PenzandGitHub bd027aa32a Merge pull request #18 from mikepenz/feature/specify_tag
Specify toTag for the automated release generation
2020-10-16 20:06:10 +02:00
Mike Penz 0bfbf81712 - specify toTag from ref 2020-10-16 20:04:06 +02:00
Mike PenzandGitHub 4905bd8728 Merge pull request #16 from mikepenz/feature/fix_release_issue
Fix missing github token for release
2020-10-16 20:00:47 +02:00
Mike Penz 9a5f01aaed - fix missing github token 2020-10-16 19:59:08 +02:00
Mike PenzandGitHub 938e36a2c0 Merge pull request #15 from mikepenz/develop
dev -> main
2020-10-16 19:56:14 +02:00
Mike PenzandGitHub f6e1cf08dc Merge pull request #14 from mikepenz/feature/add_contribution_notes
Add contribution notes
2020-10-16 19:54:29 +02:00
Mike PenzandGitHub 8f7652ff52 Merge pull request #13 from mikepenz/feature/introduce_automated_release_creation
[CI] Introduce automated release build
2020-10-16 19:54:22 +02:00
Mike Penz e20069dd99 - add contribution notes 2020-10-16 19:52:18 +02:00
Mike Penz cabe95c7ad - add automated build to create release notes 2020-10-16 19:51:58 +02:00
Mike PenzandGitHub 07752c8758 Merge pull request #12 from mikepenz/feature/enhanced_performance_configs
At max read back configurations
2020-10-16 19:51:04 +02:00
Mike Penz 9b4dc62807 - re-build dist files 2020-10-16 19:49:58 +02:00
Mike Penz ba1b7e10e6 - tag does not exist 2020-10-16 19:40:46 +02:00
Mike Penz 5283d1b0ee - adjust specified tags 2020-10-16 19:39:19 +02:00
Mike Penz 488b03cfa1 - fix lint errors 2020-10-16 19:37:04 +02:00
Mike Penz e5142357fc - fix test case for adjusted tag naming 2020-10-16 19:31:40 +02:00
Mike Penz 2f1eed7458 - add additional settings to ensure we won't spend the whole API quota if a merge included non anticipated commits 2020-10-16 19:30:10 +02:00
Mike Penz 7edac9e110 - add branding icon 2020-10-16 18:05:22 +02:00
Mike Penz 3b7d905e6e - update README 2020-10-16 18:00:16 +02:00
Mike PenzandGitHub 9585c4f240 Merge pull request #11 from mikepenz/feature/specify_action
[CI] Update github action specification
2020-10-16 17:43:40 +02:00
Mike Penz 9ff519538b - run all requires the token for the test 2020-10-16 17:42:07 +02:00
Mike Penz ab8521d038 - output as string 2020-10-16 17:40:01 +02:00
Mike Penz 152792eaa4 - improve test case to depend on self
- fix various eslint error reports
2020-10-16 17:38:50 +02:00
Mike Penz 8e8f50e7f9 - rebuild and update things 2020-10-16 16:45:33 +02:00
Mike Penz 12347cc06a - add more logs to identify what may fail 2020-10-16 16:35:45 +02:00
Mike Penz db70432deb - fix a ton of formatting issues automatically
- fix many javascript issues
2020-10-16 16:29:13 +02:00
Mike Penz 8d59911332 - showcase different possibilities for token specification 2020-10-16 16:08:18 +02:00
Mike Penz 540de9d3a1 - update specification for checkout 2020-10-16 16:06:00 +02:00
Mike Penz 812bb8770d - introduce updated action specification to try out different configurations of the action 2020-10-16 16:02:46 +02:00
Mike PenzandGitHub fa3788c8c4 Merge pull request #10 from mikepenz/feature/specify_test
[CI] Specify Test Case
2020-10-16 15:59:35 +02:00
Mike Penz 92577cd8be - configure test case 2020-10-16 15:56:40 +02:00
Mike Penz 0a66008df0 - introduce proper approach to retrieve tag before a given tag
- add configuration options for
  - path
  - configuration
  - fromTag, toTag
  - token
- allow to specify transformers to adjust information to a specific form
- allow to specify different templates
- speed up by limiting information to pull
- add logic to automatically resolve current
- use github actions logger
2020-10-16 15:52:24 +02:00
Mike PenzandGitHub 5ec7a2d86f Merge pull request #9 from mikepenz/dependabot/npm_and_yarn/jest-circus-26.5.3
Bump jest-circus from 26.4.2 to 26.5.3
2020-10-16 10:01:55 +02:00
Mike PenzandGitHub 816b065c37 Merge pull request #8 from mikepenz/dependabot/npm_and_yarn/prettier-2.1.2
Bump prettier from 2.1.1 to 2.1.2
2020-10-16 10:01:48 +02:00
Mike PenzandGitHub a079374829 Merge pull request #7 from mikepenz/dependabot/npm_and_yarn/types/jest-26.0.14
Bump @types/jest from 26.0.10 to 26.0.14
2020-10-16 10:01:41 +02:00
Mike PenzandGitHub 7b72535fad Merge pull request #6 from mikepenz/dependabot/npm_and_yarn/eslint-7.11.0
Bump eslint from 7.8.1 to 7.11.0
2020-10-16 10:01:32 +02:00
Mike Penz 732ef0ad47 - upgrade moment imports 2020-10-16 10:00:54 +02:00
Mike Penz 8dd6d28fd5 - read in labels from pull requests
- stop processing pull requests as soon as we reached a PR which was last changed before the relevant date range
- return filtered pull requests
2020-10-16 09:53:08 +02:00
Mike Penz 8944338c36 - initial import of original source from https://github.com/nblagoev/pull-release-notes
- adjust action specifications
2020-10-16 09:51:24 +02:00
dependabot[bot]andGitHub c133d2debb Bump jest-circus from 26.4.2 to 26.5.3
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.4.2 to 26.5.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.5.3/packages/jest-circus)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-16 07:40:41 +00:00
dependabot[bot]andGitHub 54fd8b5d33 Bump prettier from 2.1.1 to 2.1.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-16 07:40:21 +00:00
dependabot[bot]andGitHub 1d5499531e Bump @types/jest from 26.0.10 to 26.0.14
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.10 to 26.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-16 07:39:48 +00:00
dependabot[bot]andGitHub fa791f0ae8 Bump eslint from 7.8.1 to 7.11.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-16 07:39:29 +00:00
Mike PenzandGitHub 8fe22768b5 Merge pull request #5 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-4.4.1
Bump @typescript-eslint/parser from 3.10.1 to 4.4.1
2020-10-16 09:37:43 +02:00
dependabot[bot]andGitHub db4c73c464 Bump @typescript-eslint/parser from 3.10.1 to 4.4.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.10.1 to 4.4.1.
- [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.4.1/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-16 07:37:35 +00:00
Mike PenzandGitHub 2dee776043 Merge pull request #4 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-jest-24.1.0
Bump eslint-plugin-jest from 23.20.0 to 24.1.0
2020-10-16 09:35:54 +02:00
Mike PenzandGitHub 67db1f187a Merge pull request #3 from mikepenz/dependabot/npm_and_yarn/typescript-4.0.3
Bump typescript from 4.0.2 to 4.0.3
2020-10-16 09:35:33 +02:00
Mike PenzandGitHub 3dd8d3b352 Merge pull request #2 from mikepenz/dependabot/npm_and_yarn/vercel/ncc-0.24.1
Bump @vercel/ncc from 0.23.0 to 0.24.1
2020-10-16 09:34:55 +02:00
Mike PenzandGitHub 93cc4222fd Merge pull request #1 from mikepenz/dependabot/npm_and_yarn/types/node-14.11.8
Bump @types/node from 14.10.0 to 14.11.8
2020-10-16 09:34:41 +02:00