Skip to content

Commit

Permalink
docs: update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 7, 2024
1 parent 640a4af commit b94b0b6
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 11 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Check the package [README](./packages/base/README.md).
**Package name:** `@ivangabriele/semantic-release-config-dist`.

**Description:** A basic configuration for Semantic Release when using a single package repository (no monorepo) and NPM
or Yarn as package manager **releasing** from a root `/dist` folder.
or Yarn as package manager **fully released from a root `/dist` folder**.

Check the package [README](./packages/dist/README.md).

Expand All @@ -45,7 +45,8 @@ Check the package [README](./packages/dist/README.md).

**Package name:** `@ivangabriele/semantic-release-config-monorepo`.

**Description:** A basic configuration for Semantic Release when using a monorepo and NPM or Yarn as package manager.
**Description:** A basic configuration for Semantic Release when using a monorepo and NPM or Yarn as package manager
with packages in a `packages/` folder.

Check the package [README](./packages/monorepo/README.md).

Expand All @@ -55,7 +56,8 @@ Check the package [README](./packages/monorepo/README.md).

**Package name:** `@ivangabriele/semantic-release-config-no-npm`.

**Description:** A basic configuration for Semantic Release when using a single non-JS package repository.
**Description:** A basic configuration for Semantic Release when using a single package repository (no monorepo) and NPM
or Yarn as package manager **without NPM publishing**.

Check the package [README](./packages/no-npm/README.md).

Expand Down
3 changes: 2 additions & 1 deletion packages/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![MIT License][img-license]][lnk-license] [![GitHub Check Workflow Status][img-github]][lnk-github]
[![NPM Version][img-npm]][lnk-npm]

My most commonly used Semantic Release configuration.
A basic configuration for Semantic Release when using a single package repository (no monorepo) and NPM or Yarn as
package manager.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ivangabriele/semantic-release-config-base",
"description": "My most commonly used Semantic Release configuration.",
"description": "A basic semantic-release configuration.",
"license": "MIT",
"version": "4.1.2",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![MIT License][img-license]][lnk-license] [![GitHub Check Workflow Status][img-github]][lnk-github]
[![NPM Version][img-npm]][lnk-npm]

My most commonly used Semantic Release configuration.
A basic configuration for Semantic Release when using a single package repository (no monorepo) and NPM or Yarn as
package manager **fully released from a root `/dist` folder**.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ivangabriele/semantic-release-config-dist",
"description": "My most commonly used Semantic Release configuration.",
"description": "A semantic-release configuration for projects fully pubished from a dist/ folder.",
"license": "MIT",
"version": "4.1.2",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/monorepo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![MIT License][img-license]][lnk-license] [![GitHub Check Workflow Status][img-github]][lnk-github]
[![NPM Version][img-npm]][lnk-npm]

My most commonly used Semantic Release configuration.
A basic configuration for Semantic Release when using a monorepo and NPM or Yarn as package manager with packages in a
`packages/` folder.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ivangabriele/semantic-release-config-monorepo",
"description": "My most commonly used Semantic Release configuration.",
"description": "A semantic-release configuration for monorepo projects.",
"license": "MIT",
"version": "4.1.2",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/no-npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![MIT License][img-license]][lnk-license] [![GitHub Check Workflow Status][img-github]][lnk-github]
[![NPM Version][img-npm]][lnk-npm]

My most commonly used Semantic Release configuration.
A basic configuration for Semantic Release when using a single package repository (no monorepo) and NPM or Yarn as
package manager **without NPM publishing**.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/no-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ivangabriele/semantic-release-config-no-npm",
"description": "My most commonly used Semantic Release configuration.",
"description": "A semantic-release configuration for projects without npm publish.",
"license": "MIT",
"version": "4.1.2",
"type": "module",
Expand Down

0 comments on commit b94b0b6

Please sign in to comment.