Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account authored Aug 26, 2022
1 parent dc62754 commit 173b9bf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.0.0 (2022-08-26)


### Features

* add action plumbing ([#1](https://github.com/stordco/actions-pr-title/issues/1)) ([ddc589a](https://github.com/stordco/actions-pr-title/commit/ddc589a955ba0cbc521911d3db51f299c1d8feea))


### Bug Fixes

* don't set a component name for the release ([#5](https://github.com/stordco/actions-pr-title/issues/5)) ([caf31db](https://github.com/stordco/actions-pr-title/commit/caf31db0174af02059f62d57fd40c6743558703a))
* update release-please config and action ([#7](https://github.com/stordco/actions-pr-title/issues/7)) ([ce3ecc1](https://github.com/stordco/actions-pr-title/commit/ce3ecc1928d58dd81e4e00b1d063b28ffedec2d3))


### Miscellaneous Chores

* release 1.0.0 ([#9](https://github.com/stordco/actions-pr-title/issues/9)) ([b742b8e](https://github.com/stordco/actions-pr-title/commit/b742b8edb707d0b3888cbd08f4ef6031de2539ec))

## [1.0.0](https://github.com/stordco/actions-pr-title/compare/actions-pr-title-v1.0.0...actions-pr-title-v1.0.0) (2022-08-26)


Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-pr-title",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "GitHub action to enforce PR title conventions with regex",
"main": "lib/main.js",
Expand Down

0 comments on commit 173b9bf

Please sign in to comment.