Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More fixes #13

Merged
merged 12 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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