Skip to content

Commit

Permalink
Upgraded to v3 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 authored Mar 18, 2022
1 parent f023621 commit 3534ac0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
27 changes: 21 additions & 6 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
# Changelog

## [Unreleased](https://github.com/tj-actions/remark/tree/HEAD)
## [v3](https://github.com/tj-actions/remark/tree/v3) (2022-03-18)

[Full Changelog](https://github.com/tj-actions/remark/compare/v2.3...HEAD)
[Full Changelog](https://github.com/tj-actions/remark/compare/v2.3...v3)

**Closed issues:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/remark/issues/2)

**Merged pull requests:**

- Updated README.md [\#81](https://github.com/tj-actions/remark/pull/81) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#80](https://github.com/tj-actions/remark/pull/80) ([jackton1](https://github.com/jackton1))
- Update tj-actions/github-changelog-generator action to v1.13 [\#78](https://github.com/tj-actions/remark/pull/78) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/verify-changed-files action to v9 [\#77](https://github.com/tj-actions/remark/pull/77) ([renovate[bot]](https://github.com/apps/renovate))
- Update codacy/codacy-analysis-cli-action action to v4.0.2 [\#76](https://github.com/tj-actions/remark/pull/76) ([renovate[bot]](https://github.com/apps/renovate))
- Update codacy/codacy-analysis-cli-action action to v4.0.1 [\#75](https://github.com/tj-actions/remark/pull/75) ([renovate[bot]](https://github.com/apps/renovate))
- Update actions/checkout action [\#74](https://github.com/tj-actions/remark/pull/74) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.12 [\#73](https://github.com/tj-actions/remark/pull/73) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/auto-doc action to v1.2.13 [\#72](https://github.com/tj-actions/remark/pull/72) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#71](https://github.com/tj-actions/remark/pull/71) ([jackton1](https://github.com/jackton1))
- Update tj-actions/auto-doc action to v1.2.11 [\#70](https://github.com/tj-actions/remark/pull/70) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#69](https://github.com/tj-actions/remark/pull/69) ([jackton1](https://github.com/jackton1))
- Update tj-actions/auto-doc action to v1.2.9 [\#68](https://github.com/tj-actions/remark/pull/68) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/auto-doc action to v1.2.8 [\#67](https://github.com/tj-actions/remark/pull/67) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v2.3 [\#66](https://github.com/tj-actions/remark/pull/66) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#64](https://github.com/tj-actions/remark/pull/64) ([jackton1](https://github.com/jackton1))

## [v2.3](https://github.com/tj-actions/remark/tree/v2.3) (2022-01-03)

[Full Changelog](https://github.com/tj-actions/remark/compare/v2.2...v2.3)

**Closed issues:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/remark/issues/2)

**Merged pull requests:**

- Updated README.md [\#62](https://github.com/tj-actions/remark/pull/62) ([jackton1](https://github.com/jackton1))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Want a cool `Table of Contents` for your markdown and also auto sync changes eac
steps:
- uses: actions/checkout@v2
- name: Run remark cli
uses: tj-actions/remark@v2.3
uses: tj-actions/remark@v3
```
## Table of Contents
Expand Down Expand Up @@ -47,7 +47,7 @@ Generate a PR each time your `README.md` changes
...
steps:
- name: Run remark cli
uses: tj-actions/remark@v2.3
uses: tj-actions/remark@v3
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v6
id: verify_changed_files
Expand Down

0 comments on commit 3534ac0

Please sign in to comment.