diff --git a/.release-it.json b/.release-it.json new file mode 100644 index 0000000..a029900 --- /dev/null +++ b/.release-it.json @@ -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" + } +} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..38c4a27 --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1b505c2..7b3e322 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index 2fa55a1..f656b1b 100644 --- a/readme.md +++ b/readme.md @@ -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