Skip to content

Commit 1bfd259

Browse files
committed
chore: rename master to main
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 364dbd7 commit 1bfd259

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: CI
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
paths-ignore:
99
- '**/*.md'
1010
- .github/workflows/**
1111
pull_request:
1212
branches:
13-
- master
13+
- main
1414

1515
jobs:
1616
build-and-test:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- Updated version in package.json
145145
- Updated changelog
146146
branch: release/${{ steps.bump.outputs.version }}
147-
base: master
147+
base: main
148148
labels: |
149149
release
150150
${{ steps.bump.outputs.version }}

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
push:
77
branches:
8-
- master
8+
- main
99
paths-ignore:
1010
- '**/*.md'
1111
- .github/workflows/**

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- fixes - Fixed the Go and Python package links so they point to their specific package manager website.
3838
## 0.7.3 (Nov 8th 2023)
3939
- enhancement - Support for Golang and Python ecosystems. See [PR#656](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/656) for details.
40-
- enhancement - A new setting for Python and Go environments to restrict package analysis when there is a package version mis-match between the environment and the manifest file. See the [Features section](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/blob/master/README.md#features) of the README for more information.
40+
- enhancement - A new setting for Python and Go environments to restrict package analysis when there is a package version mis-match between the environment and the manifest file. See the [Features section](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/blob/main/README.md#features) of the README for more information.
4141
## 0.7.0 (Sep 11th 2023)
4242
- informational - Alpha release of the new Red Hat Dependency Analytics (RHDA) extension.
4343
- informational - Code base refactoring from CRDA to RHDA alpha. See [PR#636](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/636) for details.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Red Hat Dependency Analytics
22

33
[![Visual Studio Marketplace](https://vsmarketplacebadges.dev/version/redhat.fabric8-analytics.svg)](https://marketplace.visualstudio.com/items?itemName=redhat.fabric8-analytics)
4-
![CI](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/workflows/CI/badge.svg?branch=master)
5-
[![Codecov](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-vscode-extension/branch/master/graph/badge.svg?token=rHIO4KNlJ0)](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-vscode-extension)
4+
![CI](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/workflows/CI/badge.svg?branch=main)
5+
[![Codecov](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-vscode-extension/branch/main/graph/badge.svg?token=rHIO4KNlJ0)](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-vscode-extension)
66

77
<br >Red Hat's Dependency Analytics (RHDA) extension gives you awareness to security concerns within your software supply chain while you code your application.
88
The Red Hat Dependency Analytics extension uses vulnerability data sources for the most up-to-date vulnerability information available.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension"
2323
},
24-
"homepage": "https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/blob/master/README.md",
24+
"homepage": "https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/blob/main/README.md",
2525
"categories": [
2626
"Other"
2727
],

0 commit comments

Comments
 (0)