Skip to content

Commit

Permalink
More fixes (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Apr 26, 2024
1 parent c8e3089 commit f36b300
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
# exit 1 in case of error
# We have 1 "valid" issue in CHANGELOG.md
grep -q "2 problems" heylogs.txt || exit 1
grep -q "3 problems" heylogs.txt || exit 1
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2024-04-26]

### Added

- Improved handling of commits in mainline

### Fixed

- Fixed handling of 404 pull requests. [#11](https://github.com/koppor/github-contributors-list/issues/11)
- Fixed progressbar going backwards when using defaults.

### Changed

- Handling of logins during ignoring users.

## [2024-04-25]

### Added
Expand All @@ -14,11 +29,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Can now run without any parameters: The current directory is used as the repository path.
- Use `--repository owner/repo` instead of `--owner` and `--repo`.
- The defaults for `--startrevision` and `--endrevision` are now the complete branch history (starting from `HEAD`).
- The defaults for `--startrevision` and `--endrevision` are now the complete branch history (starting from `HEAD`). [#3](https://github.com/koppor/github-contributors-list/issues/3)

### Fixed

- Commits without any pull request number are also analyzed.
- Commits without any pull request number are also analyzed. [#4](https://github.com/koppor/github-contributors-list/issues/4)
- Fixed typo in parameter `--login-mapping`.
- Handling of ignored users.

Expand All @@ -30,5 +45,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Initial release.

[2024-04-26]: https://github.com/koppor/github-contributors-list/compare/2024-04-25...2024-04-26
[2024-04-25]: https://github.com/koppor/github-contributors-list/compare/2024-04-09...2024-04-25
[2024-04-09]: https://github.com/koppor/github-contributors-list/releases/tag/2024-04-09

<!-- markdownlint-disable-file MD024 -->
Loading

0 comments on commit f36b300

Please sign in to comment.