Skip to content

Commit

Permalink
[skip ci] chore(release): publish
Browse files Browse the repository at this point in the history
 - @coveo/is-pr-title-semantic@1.1.1
 - @coveo/merge-bot@1.1.3
  • Loading branch information
actions-user committed Aug 30, 2021
1 parent 44f77de commit e5e07a6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/is-pr-title-semantic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/coveo/github-actions/compare/@coveo/is-pr-title-semantic@1.1.0...@coveo/is-pr-title-semantic@1.1.1) (2021-08-30)


### Bug Fixes

* **pr-title-bot:** bad entrypoint ([44f77de](https://github.com/coveo/github-actions/commit/44f77de28d9827892113df8ccf95ea4eb9d8059f))





# 1.1.0 (2021-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/is-pr-title-semantic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/is-pr-title-semantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/is-pr-title-semantic",
"version": "1.1.0",
"version": "1.1.1",
"description": "Check if your PR title is semantic or not",
"author": "Coveo",
"homepage": "https://github.com/coveo/github-actions/is-pr-title-semantic#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/merge-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/coveo/github-action/compare/@coveo/merge-bot@1.1.2...@coveo/merge-bot@1.1.3) (2021-08-30)


### Bug Fixes

* **merge-bot:** bad entrypoint ([f1d44b4](https://github.com/coveo/github-action/commit/f1d44b475e5b3483ec0b789c6da24c119042a21a))





## 1.1.2 (2021-08-30)

**Note:** Version bump only for package @coveo/merge-bot
Expand Down
2 changes: 1 addition & 1 deletion packages/merge-bot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/merge-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/merge-bot",
"version": "1.1.2",
"version": "1.1.3",
"description": "Merge your PR if it satisfies all conditions",
"author": "Coveo",
"homepage": "https://github.com/coveo/github-action/merge-bot#readme",
Expand Down

0 comments on commit e5e07a6

Please sign in to comment.