Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix: repo refs
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-beasley-liatrio committed Oct 17, 2024
1 parent 90a05f7 commit c34f05b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Backstage GitHub Releases Autogov Plugin

[![CodeQL](https://github.com/liatrio/backstage-github-releases-autogov-plugin/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-github-releases-autogov-plugin/actions/workflows/codeql.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Release](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml) ![GitHub top language](https://img.shields.io/github/languages/top/liatrio/backstage-github-releases-autogov-plugin)
[![CodeQL](https://github.com/liatrio/backstage-github-autogov-plugin/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-github-autogov-plugin/actions/workflows/codeql.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Release](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml) ![GitHub top language](https://img.shields.io/github/languages/top/liatrio/backstage-github-autogov-plugin)

This is a plugin for the [Backstage](https://backstage.io/) Project that provides an extension to the [Roadie Backstage Plugins - GitHub Insights Plugin](https://github.com/RoadieHQ/roadie-backstage-plugins/tree/main/plugins/frontend/backstage-plugin-github-insights) that will display Automated Governance results for the latest releases.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/liatrio/backstage-github-releases-autogov-plugin.git",
"url": "git+https://github.com/liatrio/backstage-github-autogov-plugin.git",
"directory": "backstage-plugin-github-releases-assets-backend"
},
"backstage": {
Expand Down
2 changes: 1 addition & 1 deletion backstage-plugin-github-releases-autogov/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/liatrio/backstage-github-releases-autogov-plugin.git",
"url": "git+https://github.com/liatrio/backstage-github-autogov-plugin.git",
"directory": "backstage-plugin-github-releases-autogov"
},
"backstage": {
Expand Down
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-github-releases-autogov-plugin
name: backstage-github-autogov-plugin
annotations:
github.com/project-slug: liatrio/backstage-github-releases-autogov-plugin
github.com/project-slug: liatrio/backstage-github-autogov-plugin
spec:
type: other
lifecycle: in-progress
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@liatrio/backstage-github-releases-autogov-plugin",
"name": "@liatrio/backstage-github-autogov-plugin",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/liatrio/backstage-github-releases-autogov-plugin.git"
"url": "https://github.com/liatrio/backstage-github-autogov-plugin.git"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit c34f05b

Please sign in to comment.