Skip to content

Commit

Permalink
fix: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 6, 2023
1 parent 55c9f9a commit d105286
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Semantic Release Replace Plugin

[![npm](https://img.shields.io/npm/v/@google/semantic-release-replace-plugin)](https://www.npmjs.com/package/@google/semantic-release-replace-plugin)
![Build](https://github.com/google/semantic-release-replace-plugin/workflows/Build/badge.svg)
![Release](https://github.com/google/semantic-release-replace-plugin/workflows/Release/badge.svg)
[![codecov](https://codecov.io/gh/google/semantic-release-replace-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/google/semantic-release-replace-plugin)
![GitHub contributors](https://img.shields.io/github/contributors/google/semantic-release-replace-plugin?color=green)
[![npm](https://img.shields.io/npm/v/semantic-release-replace-plugin)](https://www.npmjs.com/package/semantic-release-replace-plugin)
![Build](https://github.com/jpoehnelt/semantic-release-replace-plugin/workflows/Build/badge.svg)
![Release](https://github.com/jpoehnelt/semantic-release-replace-plugin/workflows/Release/badge.svg)
[![codecov](https://codecov.io/gh/jpoehnelt/semantic-release-replace-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/jpoehnelt/semantic-release-replace-plugin)
![GitHub contributors](https://img.shields.io/github/contributors/jpoehnelt/semantic-release-replace-plugin?color=green)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

The `@google/semantic-release-replace-plugin` plugin provides functionality to update version strings throughout a project. This enables semantic release to be used in many different languages and build processes.
The `semantic-release-replace-plugin` plugin provides functionality to update version strings throughout a project. This enables semantic release to be used in many different languages and build processes.

Read more about [Semantic Release](https://semantic-release.gitbook.io/).

## Install

```bash
$ npm install @google/semantic-release-replace-plugin -D
$ npm install semantic-release-replace-plugin -D
```

## Usage
Expand All @@ -26,7 +26,7 @@ The following example uses this plugin to demonstrate using semantic-release in
"plugins": [
"@semantic-release/commit-analyzer",
[
"@google/semantic-release-replace-plugin",
"semantic-release-replace-plugin",
{
"replacements": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@google/semantic-release-replace-plugin",
"name": "semantic-release-replace-plugin",
"version": "1.2.1",
"description": "Semantic Release Replace Plugin",
"keywords": [
Expand Down

1 comment on commit d105286

@mikaello
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this repository moved from github.com/google to github.com/jpoehnelt?

It is a few places remaining with @google/:

Please sign in to comment.