Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibakshay committed Feb 5, 2021
1 parent a977800 commit 6c55845
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## [v2.0.4-alpha](https://github.com/cla-assistant/github-action/tree/v2.0.4-alpha) (2021-02-05)
**Improvements:**
- removed unwanted logging comments

## [v2.0.3-alpha](https://github.com/cla-assistant/github-action/tree/v2.0.3-alpha) (2021-01-21)
**New features:**
- 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)
Expand All @@ -24,7 +28,7 @@
**Improvements:**
- complete refactoring of all the files to make the bot more efficient and more readable
- updated content in README file
- Changed from using Whitelist to allow list
- Changed from using Whitelist to allow list

**Fixed Bugs:**
- 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "CLA Assistant"
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'
# Alpha Release
uses: cla-assistant/[email protected].3-alpha
uses: cla-assistant/[email protected].4-alpha
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
Expand Down
2 changes: 1 addition & 1 deletion lib/main.js

Large diffs are not rendered by default.

0 comments on commit 6c55845

Please sign in to comment.