Skip to content

Commit 6c55845

Browse files
committed
update changelog
1 parent a977800 commit 6c55845

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## [v2.0.4-alpha](https://github.com/cla-assistant/github-action/tree/v2.0.4-alpha) (2021-02-05)
3+
**Improvements:**
4+
- removed unwanted logging comments
5+
26
## [v2.0.3-alpha](https://github.com/cla-assistant/github-action/tree/v2.0.3-alpha) (2021-01-21)
37
**New features:**
48
- Trim the signature comment to allow dealing with new lines. [Issue#57](https://github.com/cla-assistant/github-action/issues/57) [PullRequest#69](https://github.com/cla-assistant/github-action/pull/69) Credits: [Yahav Itzhak](https://github.com/yahavi)
@@ -24,7 +28,7 @@
2428
**Improvements:**
2529
- complete refactoring of all the files to make the bot more efficient and more readable
2630
- updated content in README file
27-
- Changed from using Whitelist to allow list
31+
- Changed from using Whitelist to allow list
2832

2933
**Fixed Bugs:**
3034
- CLA check not updated to success when all the contributors have the signed the CLA [Issue#39](https://github.com/cla-assistant/github-action/issues/39)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "CLA Assistant"
3333
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
3434
# Alpha Release
35-
uses: cla-assistant/github-action@v2.0.3-alpha
35+
uses: cla-assistant/github-action@v2.0.4-alpha
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
# the below token should have repo scope and must be manually added by you in the repository's secret

lib/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)