Rename github-release-manager to git-release-manager
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
+3
-3
@@ -4,6 +4,6 @@ author: '@Spotify'
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Release management
|
||||
description: Manage releases without having to juggle git commands
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/github-release-manager
|
||||
iconUrl: img/github-release-manager-logo.svg
|
||||
npmPackageName: '@backstage/plugin-github-release-manager'
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/git-release-manager
|
||||
iconUrl: img/git-release-manager-logo.svg
|
||||
npmPackageName: '@backstage/plugin-git-release-manager'
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
@@ -28,7 +28,7 @@
|
||||
"@backstage/plugin-newrelic": "^0.2.6",
|
||||
"@backstage/plugin-org": "^0.3.12",
|
||||
"@backstage/plugin-pagerduty": "0.3.2",
|
||||
"@backstage/plugin-github-release-manager": "^0.1.1",
|
||||
"@backstage/plugin-git-release-manager": "^0.1.1",
|
||||
"@backstage/plugin-rollbar": "^0.3.3",
|
||||
"@backstage/plugin-scaffolder": "^0.9.0",
|
||||
"@backstage/plugin-search": "^0.3.4",
|
||||
|
||||
+3
-3
@@ -1,12 +1,12 @@
|
||||
# github-release-manager
|
||||
# git-release-manager
|
||||
|
||||
Welcome to the github-release-manager plugin!
|
||||
Welcome to the git-release-manager plugin!
|
||||
|
||||
_This plugin was created through the Backstage CLI_
|
||||
|
||||
## Getting started
|
||||
|
||||
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running `yarn start` in the root directory, and then navigating to [/github-release-manager](http://localhost:3000/github-release-manager).
|
||||
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running `yarn start` in the root directory, and then navigating to [/git-release-manager](http://localhost:3000/git-release-manager).
|
||||
|
||||
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
|
||||
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@backstage/plugin-github-release-manager",
|
||||
"name": "@backstage/plugin-git-release-manager",
|
||||
"version": "0.1.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
+1
-1
@@ -24,7 +24,7 @@ describe('githubReleaseManagerApiRef', () => {
|
||||
ApiRefImpl {
|
||||
"config": Object {
|
||||
"description": "Used by the GitHub Release Manager plugin to make requests",
|
||||
"id": "plugin.github-release-manager.service",
|
||||
"id": "plugin.git-release-manager.service",
|
||||
},
|
||||
}
|
||||
`);
|
||||
+2
-2
@@ -19,6 +19,6 @@ import { createApiRef } from '@backstage/core';
|
||||
import { IPluginApiClient } from './PluginApiClient';
|
||||
|
||||
export const githubReleaseManagerApiRef = createApiRef<IPluginApiClient>({
|
||||
id: 'plugin.github-release-manager.service',
|
||||
description: 'Used by the GitHub Release Manager plugin to make requests',
|
||||
id: 'plugin.git-release-manager.service',
|
||||
description: 'Used by the Git Release Manager plugin to make requests',
|
||||
});
|
||||
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user