Skip to content

Commit

Permalink
[INTERNAL] Setup v3 branch
Browse files Browse the repository at this point in the history
JIRA: CPOUI5FOUNDATION-775
  • Loading branch information
flovogt committed Jan 25, 2024
1 parent 3d00243 commit dc7f7ee
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 63 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To get it merged faster, kindly review the checklist below:

## Pull Request Checklist
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#-contributing-code)
+ Especially the [How to Contribute](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#how-to-contribute) section
- [ ] [No merge commits](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#no-merge-commits)
- [ ] [Correct commit message style](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#commit-message-style)
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md#-contributing-code)
+ Especially the [How to Contribute](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md#how-to-contribute) section
- [ ] [No merge commits](https://github.com/SAP/ui5-tooling/blob/v3/docs/Guidelines.md#no-merge-commits)
- [ ] [Correct commit message style](https://github.com/SAP/ui5-tooling/blob/v3/docs/Guidelines.md#commit-message-style)
20 changes: 0 additions & 20 deletions .github/dependabot.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/dependabot-auto-merge.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: GitHub CI
on:
push:
branches:
- main
- v3
pull_request:
branches:
- main
- v3

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: REUSE
on:
push:
branches:
- main
- v3
pull_request:
branches:
- main
- v3

jobs:
compliance-check:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing to the UI5 Tooling

See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md) repository.
See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md) repository.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/main/docs/images/UI5_logo_wide.png)
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/v3/docs/images/UI5_logo_wide.png)

# ui5-project
> Modules for building a projects dependency tree, including UI5 specific configuration.
> Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-project)](https://api.reuse.software/info/github.com/SAP/ui5-project)
[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-project?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=35&branchName=main)
[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-project?branchName=v3)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=35&branchName=v3)
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fproject.svg)](https://www.npmjs.com/package/@ui5/project)
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-project/badge.svg)](https://coveralls.io/github/SAP/ui5-project)

Expand All @@ -15,10 +15,10 @@ UI5 Project documentation can be found here: [sap.github.io/ui5-tooling](https:/
The UI5 Project API Reference can be found here: [`@ui5/project`](https://sap.github.io/ui5-tooling/v3/api/)

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

## Support
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.

Please report issues in the main [UI5 Tooling](https://github.com/SAP/ui5-tooling) repository.

Expand Down
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

trigger:
- v2
- main
- v3

strategy:
matrix:
Expand Down

0 comments on commit dc7f7ee

Please sign in to comment.