Skip to content

Commit

Permalink
build: update release workflow (#613)
Browse files Browse the repository at this point in the history
* chore: bump version after release

* build: fix release commits

* Revert "chore: bump version after release"

This reverts commit dc16de6.

* chore: revert  "chore: bump version after release"

This reverts commit dc16de6.

---------

Co-authored-by: lem-onade <[email protected]>
  • Loading branch information
lem-onade and lem-onade authored Apr 6, 2023
1 parent dc16de6 commit 624dc4c
Show file tree
Hide file tree
Showing 27 changed files with 35 additions and 112 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ jobs:
- name: Push changes to master
run: |
git -c "http.https://github.com/.extraheader=" push && git push origin v${{steps.discover-version.outputs.prop}}
git checkout master && git reset origin/master --hard
npx lerna version minor --no-push -m "chore: bump version after release" --yes
git reset HEAD --hard && git status
git commit --amend --no-edit --no-verify
git -c "http.https://github.com/.extraheader=" push -u origin master

publish-docker:
Expand Down
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package root





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
}
}
},
"version": "1.18.0"
"version": "1.17.1"
}
8 changes: 0 additions & 8 deletions packages/solid-crs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-client





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-client
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-client/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/solid-crs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-client",
"version": "1.18.0",
"version": "1.17.1",
"description": "Re-bundled version of the Solid client.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
8 changes: 0 additions & 8 deletions packages/solid-crs-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-components





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-components
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-components/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/solid-crs-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-components",
"version": "1.18.0",
"version": "1.17.1",
"description": "Collection of Semantic Components for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-components.umd.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@digita-ai/semcom-core": "0.3.4",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.17.1",
"debounce": "^1.2.1",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
Expand Down
8 changes: 0 additions & 8 deletions packages/solid-crs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-core





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-core
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-core/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/solid-crs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-core",
"version": "1.18.0",
"version": "1.17.1",
"description": "Core logic of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-core.umd.js",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@appnest/lit-translate": "^1.1.18",
"@digita-ai/inrupt-solid-client": "^0.11.0",
"@digita-ai/inrupt-solid-service": "^0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.17.1",
"moment": "^2.29.1",
"rxjs": "^7.4.0",
"uuid": "8.3.2",
Expand Down
8 changes: 0 additions & 8 deletions packages/solid-crs-manage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-manage





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-manage/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/solid-crs-manage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-manage",
"private": true,
"version": "1.18.0",
"version": "1.17.1",
"description": "App for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-manage.umd.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"@digita-ai/inrupt-solid-service": "^0.11.0",
"@digita-ai/semcom-core": "0.4.1",
"@digita-ai/semcom-sdk": "0.4.1",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-components": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.17.1",
"@xstate/inspect": "^0.4.1",
"edtf": "^3.1.0",
"lit-element": "2.5.1",
Expand Down
8 changes: 0 additions & 8 deletions packages/solid-crs-presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-presentation





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-presentation/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/solid-crs-presentation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-presentation",
"private": true,
"version": "1.18.0",
"version": "1.17.1",
"description": "App for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-presentation.umd.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"@digita-ai/inrupt-solid-service": "^0.11.0",
"@digita-ai/semcom-core": "0.4.1",
"@digita-ai/semcom-sdk": "0.4.1",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-components": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.17.1",
"@xstate/inspect": "^0.4.1",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
Expand Down
8 changes: 0 additions & 8 deletions packages/solid-crs-semcom-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-components





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-components
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-semcom-components/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/solid-crs-semcom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-components",
"version": "1.18.0",
"version": "1.17.1",
"description": "Semcom components for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/index.js",
Expand All @@ -24,10 +24,10 @@
},
"dependencies": {
"@digita-ai/dgt-components": "0.10.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.18.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-components": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-core": "1.17.1",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "1.17.1",
"@xstate/inspect": "^0.4.1",
"edtf": "^3.1.0",
"lit-element": "2.4.0",
Expand Down
8 changes: 0 additions & 8 deletions packages/solid-crs-semcom-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-semcom-node/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/solid-crs-semcom-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-node",
"private": true,
"version": "1.18.0",
"version": "1.17.1",
"description": "Semcom node for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
8 changes: 0 additions & 8 deletions packages/solid-crs-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.17.1...v1.18.0) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-theme





### [1.17.1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v1.16.6...v1.17.1) (2023-04-06)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-theme/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/solid-crs-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-theme",
"version": "1.18.0",
"version": "1.17.1",
"description": "Theme for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-theme.umd.js",
Expand Down

0 comments on commit 624dc4c

Please sign in to comment.