Ken Mijime

Results 18 issues of Ken Mijime

Add support for: `--ignore-commit-pattern [regex] # pattern to ignore when parsing commits` TODO: 1. Observe original implementation, comment examples, and differences. 2. Prepare tests 3. Implement solution 4. Send PR...

feature

Add support for: `--merge-pattern [regex] # add custom regex pattern for merge commits` TODO: 1. Observe original implementation, comment examples, and differences. 2. Prepare tests 3. Implement solution 4. Send...

feature

Add support for: ` --breaking-pattern [regex] # regex pattern for breaking change commits` TODO: 1. Observe original implementation, comment examples, and differences. 2. Prepare tests 3. Implement solution 4. Send...

feature

Add support for: `-b, --backfill-limit [count] # number of commits to backfill empty releases with, default: 3 ` TODO: 1. Observe original implementation, comment examples, and differences. 2. Prepare tests...

feature

Add limits for displayed commits per release: `-l, --commit-limit [count] # number of commits to display per release, default: 3 ` TODO: Observe original implementation, comment examples, and differences. Prepare...

feature

Add support for package: `-p, --package # use version from package.json as latest release ` Questions: 1. Which files do we want to support(pyproject.toml, setup.py,...)? TODO: 1. Observe original implementation,...

question
feature

So let's discuss before any work will be done. I see two main options: * travis CI * gitlab CI Which one maintainers prefer?

Hi, we found yesterday problem with binary data handling. How to reproduce: - send some binary data(for example image) to server and use python `str` type - tested with v5.0.9...