Commit Graph
48 Commits
Author SHA1 Message Date
Mike Penz 07268e45a6 - recompile library and run npm update
- add note on default full sample regarding labels
2021-07-30 14:06:12 +02:00
Mike Penz d517474db1 - update documentation with flags config for label_extractor 2021-06-23 16:16:20 +02:00
Mike Penz 72dd6bb3ca - expand base_branches configuration to support a regex pattern to make it more flexible
- run npm update / upgrade
- recompile dist files
2021-04-30 10:55:14 +02:00
Mike Penz 3a59a463ad - slightly improve filtering code
- format config / readme
2021-04-30 10:29:09 +02:00
Jorge Navarro c49b84ec4a Add base branches as configuration 2021-04-30 01:28:36 +02:00
Mike PenzandGitHub de8c78648f - add note on required checkout step, to use configurations 2021-04-07 10:14:18 +02:00
Will Douglas 1cc2c2999b Specify major version in Readme full example 2021-03-06 14:49:54 -07:00
Mike Penz edd1dfa6f3 - expand on_property for extractor to README 2021-03-04 16:21:40 +01:00
Will DouglasandGitHub 6d37387de1 Add missing jobs key in full sample 2021-03-03 20:24:19 -07:00
Mike Penz 86f849d8db - add additional information about commit based mode 2021-02-19 15:02:37 +01:00
Mike Penz f8918d6247 - introduce new API adding support to extract additional PR labels from the PR message. This can also be used to organise the changelog in commitMode
- adjust RegExp to be executed in unicode mode, allows referencing a emoji via `.`
- introduce new testcase for emoji mode with label extractor
2021-02-19 14:59:54 +01:00
Mike Penz 8d7c8a2014 - reorder note in readme 2021-01-31 09:59:06 +01:00
Mike Penz 046a882476 - add note about toTag resolval
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/170
2021-01-31 09:58:29 +01:00
Mike Penz 03d9fbbd77 - update README 2021-01-22 12:29:25 +01:00
Mike Penz 7d89db2cb5 - adjust default max back track time to 365 days (e.g. allow release tags to have longer inbetween)
- this is possible with larger page size on commits and PRs
2021-01-11 22:53:50 +01:00
Mike Penz 96b4b735ad - adjust README a bit to be more specific 2021-01-05 18:39:27 +01:00
Mike Penz 16765e6290 Copyright 2021 Mike Penz 2021-01-03 11:54:09 +01:00
Mike Penz b75023f6a4 - add new configuration to README 2020-12-30 17:52:18 +01:00
Mike Penz 61f9201ca0 - update README with new ignore label capability 2020-11-04 14:01:57 +01:00
Mike Penz 86ca926dbb - add information about approach to resolving tag before 2020-10-20 12:08:46 +02:00
Mike Penz b0227ab71a - add changelog to headline 2020-10-19 20:41:44 +02:00
Mike Penz a048bfac80 - highlight versioning resolving automation 2020-10-19 18:56:26 +02:00
Mike Penz c6ed215bc2 - introduce additional placeholders supported by the template
- introduce placeholder support into `empty_template`
- introduce new placeholders for templates, update README with new placeholders
2020-10-19 17:53:39 +02:00
Mike Penz f573b7e7b6 - improve README by moving expanded log output to bottom 2020-10-18 15:49:38 +02:00
Mike Penz e5536a1843 - introduce preview screenshots for sample output, and a sample result 2020-10-18 15:40:15 +02:00
Mike Penz a54776a757 - fix a bunch of spelling mistakes 2020-10-18 11:53:28 +02:00
Mike Penz bc3df61db3 - slightly improve formatting 2020-10-18 11:46:41 +02:00
Mike Penz e1cd50cb75 - use shortened links 2020-10-18 11:42:31 +02:00
Mike Penz 78de09ed13 - improve documentation by adding more in depth descriptions about configuration options 2020-10-18 11:39:20 +02:00
Mike Penz 883149d5f3 - add new configuration ptions 2020-10-18 11:11:36 +02:00
Mike Penz 32d23197d5 - add better table to describe input configuration options 2020-10-18 10:35:37 +02:00
Mike Penz df528e71d1 - simplify release build thanks to auto ref resolval 2020-10-18 10:25:49 +02:00
Mike Penz ec2aabe545 - introduce more output values, and a more detailed description 2020-10-18 10:22:47 +02:00
Mike Penz fde922d785 - fix link 2020-10-17 20:15:05 +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 f9222d8d77 - adjust README to reflect the no longer used default configuration lookup 2020-10-17 19:44:13 +02:00
Mike Penz 1e0f6ab49e - add more log messages to action 2020-10-17 19:37:11 +02:00
Nicole Hoelzl 44272b156e fix typos in readme 2020-10-17 18:47:04 +02:00
Mike Penz 6cce2a6c0f - write assignee correct 2020-10-17 18:19:41 +02:00
Mike Penz 17acfb397f - update table with additional placeholders 2020-10-17 18:17:01 +02:00
Mike Penz 876d5042a3 - change header sizes 2020-10-17 10:38:40 +02:00
Mike Penz 4ee65b5cf0 - update readme, with more details, more emojis, more everything 2020-10-17 10:35:05 +02:00
Mike Penz 72f8821e9b - add additional config flag to readme 2020-10-16 20:39:03 +02:00
Mike Penz e20069dd99 - add contribution notes 2020-10-16 19:52:18 +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 3b7d905e6e - update README 2020-10-16 18:00:16 +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
Mike Penz 5dcc029d42 Initial commit 2020-10-16 09:32:07 +02:00