Commit d01a3c0 1 parent 4016c5f commit d01a3c0 Copy full SHA for d01a3c0
File tree 8 files changed +14
-63
lines changed
8 files changed +14
-63
lines changed Original file line number Diff line number Diff line change 3
3
To get it merged faster, kindly review the checklist below:
4
4
5
5
## Pull Request Checklist
6
- - [ ] Reviewed the [ Contributing Guidelines] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md#-contributing-code )
7
- + Especially the [ How to Contribute] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md#how-to-contribute ) section
8
- - [ ] [ No merge commits] ( https://github.com/SAP/ui5-tooling/blob/main /docs/Guidelines.md#no-merge-commits )
9
- - [ ] [ Correct commit message style] ( https://github.com/SAP/ui5-tooling/blob/main /docs/Guidelines.md#commit-message-style )
6
+ - [ ] Reviewed the [ Contributing Guidelines] ( https://github.com/SAP/ui5-tooling/blob/v3 /CONTRIBUTING.md#-contributing-code )
7
+ + Especially the [ How to Contribute] ( https://github.com/SAP/ui5-tooling/blob/v3 /CONTRIBUTING.md#how-to-contribute ) section
8
+ - [ ] [ No merge commits] ( https://github.com/SAP/ui5-tooling/blob/v3 /docs/Guidelines.md#no-merge-commits )
9
+ - [ ] [ Correct commit message style] ( https://github.com/SAP/ui5-tooling/blob/v3 /docs/Guidelines.md#commit-message-style )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: GitHub CI
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - v3
7
7
pull_request :
8
8
branches :
9
- - main
9
+ - v3
10
10
11
11
jobs :
12
12
test :
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: REUSE
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - v3
7
7
pull_request :
8
8
branches :
9
- - main
9
+ - v3
10
10
11
11
jobs :
12
12
compliance-check :
Original file line number Diff line number Diff line change 1
1
# Contributing to the UI5 Tooling
2
2
3
- See CONTRIBUTING.md in the [ SAP/ui5-tooling] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md ) repository.
3
+ See CONTRIBUTING.md in the [ SAP/ui5-tooling] ( https://github.com/SAP/ui5-tooling/blob/v3 /CONTRIBUTING.md ) repository.
Original file line number Diff line number Diff line change 1
- ![ UI5 icon] ( https://raw.githubusercontent.com/SAP/ui5-tooling/main /docs/images/UI5_logo_wide.png )
1
+ ![ UI5 icon] ( https://raw.githubusercontent.com/SAP/ui5-tooling/v3 /docs/images/UI5_logo_wide.png )
2
2
3
3
# ui5-builder
4
4
> Modules for building UI5 projects
5
5
> Part of the [ UI5 Tooling] ( https://github.com/SAP/ui5-tooling )
6
6
7
7
[ ![ REUSE status] ( https://api.reuse.software/badge/github.com/SAP/ui5-builder )] ( https://api.reuse.software/info/github.com/SAP/ui5-builder )
8
- [ ![ Build Status] ( https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-builder?branchName=main )] ( https://dev.azure.com/sap/opensource/_build/latest?definitionId=26&branchName=main )
8
+ [ ![ Build Status] ( https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-builder?branchName=v3 )] ( https://dev.azure.com/sap/opensource/_build/latest?definitionId=26&branchName=v3 )
9
9
[ ![ npm Package Version] ( https://badge.fury.io/js/%40ui5%2Fbuilder.svg )] ( https://www.npmjs.com/package/@ui5/builder )
10
10
[ ![ Coverage Status] ( https://coveralls.io/repos/github/SAP/ui5-builder/badge.svg )] ( https://coveralls.io/github/SAP/ui5-builder )
11
11
@@ -15,10 +15,10 @@ UI5 Builder documentation can be found here: [sap.github.io/ui5-tooling](https:/
15
15
The UI5 Builder API Reference can be found here: [ ` @ui5/builder ` ] ( https://sap.github.io/ui5-tooling/v3/api/ )
16
16
17
17
## Contributing
18
- Please check our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md ) .
18
+ Please check our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/v3 /CONTRIBUTING.md ) .
19
19
20
20
## Support
21
- Please follow our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/main /CONTRIBUTING.md#report-an-issue ) on how to report an issue.
21
+ Please follow our [ Contribution Guidelines] ( https://github.com/SAP/ui5-tooling/blob/v3 /CONTRIBUTING.md#report-an-issue ) on how to report an issue.
22
22
23
23
Please report issues in the main [ UI5 Tooling] ( https://github.com/SAP/ui5-tooling ) repository.
24
24
Original file line number Diff line number Diff line change 4
4
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
5
5
6
6
trigger :
7
- - v2
8
- - main
7
+ - v3
9
8
10
9
variables :
11
10
CI : true
You can’t perform that action at this time.
0 commit comments