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

Prepare Changelog for 1.3.0 #41

Merged
merged 2 commits into from
May 17, 2021
Merged
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
42 changes: 31 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,34 @@ The changelog of the Recent-Activity GitHub Action.

Note that the displayed date is in the format `dd-mm-yyyy`

## [v1.3.0]
> **Released:** `17.05.2021`

### Breaking changes
- Changed `<!--START_SECTION:activity-->` and `<!--END_SECTION:activity-->` to `<!--RECENT_ACTIVITY:start-->` and `<!--RECENT_ACTIVITY:end-->`

### Added features
- New comment option `<!--RECENT_ACTIVITY:last_update-->` [[#40]]
Displays the `DATE_STRING` below it with the last time the list was updated.
- `TIMEZONE_OFFSET` setting [[#40]]
Allows to change the timezone. Format is `+xx:xx` / `-xx:xx` and is relative to the GMT/UTC timezone (e.g. `+1:00` is `GMT+0100`)
- `DATE_STRING` setting [[#40]]
The String to display after the `<!--RECENT_ACTIVITY:last_update-->` comment. Use `{DATE}` for where the date and time should be displayed.
- `DATE_FORMAT` setting [[#40]]
The Date Pattern to use to display the current date in `{DATE}`. Read more about the date pattern [here][dateFormat].

[v1.3.0]: https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.1
[#40]: https://github.com/Readme-Workflows/recent-activity/pull/40
[dateFormat]: https://www.npmjs.com/package/dateformat

## [v1.2.2]
> **Released:** `14.05.2021`

### Chores
- Trigger Build whenever changes to JS files are pushed [[#28]]

[v1.2.2]: https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.1
[#28]: https://github.com/Readme-Workflows/recent-activity/pull/28
[v1.2.2]: https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.1
[#28]: https://github.com/Readme-Workflows/recent-activity/pull/28

## [v1.2.1]
> **Released:** `12-05-2021`
Expand All @@ -25,9 +45,9 @@ Note that the displayed date is in the format `dd-mm-yyyy`
### Removed features
- `DISABLE_COMMENTS`, `DISABLE_ISSUES` and `DISABLE_PR` options [[#17]]

[v1.2.1]: https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.1
[#17]: https://github.com/Readme-Workflows/recent-activity/pull/17
[#21]: https://github.com/Readme-Workflows/recent-activity/pull/21
[v1.2.1]: https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.1
[#17]: https://github.com/Readme-Workflows/recent-activity/pull/17
[#21]: https://github.com/Readme-Workflows/recent-activity/pull/21

## [v1.2.0]
> **Released:** `09-05-2021`
Expand All @@ -44,9 +64,9 @@ Note that the displayed date is in the format `dd-mm-yyyy`
- Added `dependabot.yml`, `ChangeLog.md`, `SUPPORT.md`, `PULL_REQUEST_TEMPLATE.md` and `release-notes.yml` [[#8]]
- Bump `actions/setup-node` from `v1` to `v2.1.5` [[#9]]

[v1.2.0]: https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.0
[#8]: https://github.com/Readme-Workflows/recent-activity/pull/8
[#9]: https://github.com/Readme-Workflows/recent-activity/pull/9
[#11]: https://github.com/Readme-Workflows/recent-activity/pull/11
[#13]: https://github.com/Readme-Workflows/recent-activity/pull/13
[#15]: https://github.com/Readme-Workflows/recent-activity/pull/15
[v1.2.0]: https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.0
[#8]: https://github.com/Readme-Workflows/recent-activity/pull/8
[#9]: https://github.com/Readme-Workflows/recent-activity/pull/9
[#11]: https://github.com/Readme-Workflows/recent-activity/pull/11
[#13]: https://github.com/Readme-Workflows/recent-activity/pull/13
[#15]: https://github.com/Readme-Workflows/recent-activity/pull/15