Skip to content

Commit 107f5d5

Browse files
committed
[INTERNAL] Setup main branch for UI5 Tooling V4
JIRA: CPOUI5FOUNDATION-775
1 parent 4016c5f commit 107f5d5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.chglog/release-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ template: RELEASE.tpl.md
33
info:
44
repository_url: https://github.com/SAP/ui5-builder
55
options:
6-
tag_filter_pattern: '^v[^012]' # For release notes ignore versions below v3 to that we always compare the _last v3+_ tag with the current release
6+
tag_filter_pattern: '^v[^0123]' # For release notes ignore versions below v4 to that we always compare the _last v4+_ tag with the current release
77
commits:
88
filters:
99
Type:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-builder/badge.svg)](https://coveralls.io/github/SAP/ui5-builder)
1111

1212
## Documentation
13-
UI5 Builder documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/v3/pages/Builder/)
13+
UI5 Builder documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/v4/pages/Builder/)
1414

15-
The UI5 Builder API Reference can be found here: [`@ui5/builder`](https://sap.github.io/ui5-tooling/v3/api/)
15+
The UI5 Builder API Reference can be found here: [`@ui5/builder`](https://sap.github.io/ui5-tooling/v4/api/)
1616

1717
## Contributing
1818
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md).

jsdoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"openGraph": {
2929
"title": "UI5 Tooling - API Reference",
3030
"type": "website",
31-
"image": "https://sap.github.io/ui5-tooling/v3/images/UI5_logo_wide.png",
31+
"image": "https://sap.github.io/ui5-tooling/v4/images/UI5_logo_wide.png",
3232
"site_name": "UI5 Tooling - API Reference",
3333
"url": "https://sap.github.io/ui5-tooling/"
3434
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
4747
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
4848
"preversion": "npm test",
49-
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.0.0.. && git add CHANGELOG.md",
49+
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
5050
"prepublishOnly": "git push --follow-tags",
5151
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
5252
"depcheck": "depcheck --ignores @ui5/builder,docdash,@istanbuljs/esm-loader-hook,catharsis --parsers='**/*.js:es6,**/*.cjs:es6'"

0 commit comments

Comments
 (0)