Skip to content

Commit

Permalink
Release 0.2.0 (#2)
Browse files Browse the repository at this point in the history
* Release 0.1.0

* Add author / homepage

* Initial release

* Release 0.2.0

* CHANGELOG
  • Loading branch information
avoinea committed Nov 16, 2022
1 parent 0cd58f4 commit 5a89e8b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"npm": {
"publish": false
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs",
"tagName": "${version}"
},
"github": {
"release": true,
"releaseName": "${version}",
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p"
}
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.2.0

- (feat):The first working version of the addon [`#1`](https://github.com/collective/volto-sentry/pull/1)
- Add initial package structure [`f9f8015`](https://github.com/collective/volto-sentry/commit/f9f801501aa74d11b5ea9592a00a6c723e98f2f6)
- Port more stuff from volto [`4649b18`](https://github.com/collective/volto-sentry/commit/4649b18d4085143431bb8cd0b78d2ee46405101a)
- Release 0.1.0 [`504439a`](https://github.com/collective/volto-sentry/commit/504439a9cef21285ec6e09321268f9c479649ba2)
- Don't crash [`3a4e76e`](https://github.com/collective/volto-sentry/commit/3a4e76e5eab57a60f7e9212077990eccfc14a868)
- Initial release [`307bdbd`](https://github.com/collective/volto-sentry/commit/307bdbddcb5580b9f538a4469dd498a257470072)
- Add author / homepage [`df093c5`](https://github.com/collective/volto-sentry/commit/df093c56c6221f1dcdfa230f8c83338e23ab9b4c)
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@plone-collective/volto-sentry",
"version": "0.1.0",
"version": "0.2.0",
"description": "volto-sentry: Volto add-on",
"main": "src/index.js",
"author": "Plone Collective",
"homepage": "https://github.com/collective/volto-sentry",
"license": "MIT",
"keywords": [
"volto-addon",
Expand Down
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ After starting the application, if an error occurs, the errors will be sent to S

## Upgrade

### Upgrading to 6.x

This version requires `@plone/volto >= 16.0.0.alpha.45` (`sentry` removed from Volto Core).

## Installing the addon
Expand Down

0 comments on commit 5a89e8b

Please sign in to comment.