Skip to content

Commit

Permalink
Update changelog and frontend package
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Sep 30, 2024
1 parent d0aa21d commit 08d8607
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Changes
# Changelog

## 1.0.0 (2024-05-28)

- Initial version [kitconcept]
<!-- towncrier release notes start -->
1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keywords = [
"CMS",
"Plone",
"Python",
"Intranet",
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
9 changes: 3 additions & 6 deletions frontend/packages/volto-intranet/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
},
"git": {
"changelog": "pipx run towncrier build --draft --yes --version 0.0.0",
"requireUpstream": false,
"requireCleanWorkingDir": false,
"commitMessage": "Release ${version}",
"tagName": "${version}",
"tagAnnotation": "Release ${version}"
"commit": false,
"tag": false
},
"github": {
"release": true,
"release": false,
"releaseName": "${version}",
"releaseNotes": "cat .changelog.draft"
}
Expand Down
1 change: 1 addition & 0 deletions frontend/packages/volto-intranet/news/1.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial version of kitconcept.intranet [@tisto]
6 changes: 3 additions & 3 deletions frontend/packages/volto-intranet/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "volto-intranet",
"name": "@kitconcept/volto-intranet",
"version": "1.0.0-alpha.0",
"description": "A Plone distribution for Intranets with Plone. Created by kitconcept.",
"main": "src/index.js",
Expand All @@ -11,10 +11,10 @@
"react"
],
"author": "kitconcept GmbH",
"homepage": "https://github.com/kitconcept/volto-intranet#readme",
"homepage": "https://github.com/kitconcept/kitconcept.intranet#readme",
"repository": {
"type": "git",
"url": "git@github.com:kitconcept/volto-intranet.git"
"url": "git@github.com:kitconcept/kitconcept.intranet.git"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 08d8607

Please sign in to comment.