Skip to content

Commit

Permalink
Sparkle
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Dec 30, 2024
1 parent 8321a17 commit b13e8b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ contain all the required front-end assets the plugin may require. This works
well for publishing to WordPress.org or for submodule-ing.

When you are ready to release a new version of the plugin, you can run
`npm run release` (or `composer release` if the plugin does not have front-end assets)
to start the process of setting up a new release. If you want to do this manually you
can follow these steps:
`npm run release`/`composer release` to start the process of setting up a new
release. If you want to do this manually you can follow these steps:

1. Change the `Version` in the `plugin.php` file to a new higher-level version.

Expand All @@ -158,6 +157,8 @@ can follow these steps:
+ * Version: 0.0.1
```

__✨ `npm run release` will do this for you automatically.__

2. Commit your changes and push to the repository.
3. Check the actions tab in the repository to see the progress of the release.
The action will automatically create a new tag and release for the plugin.
Expand Down

0 comments on commit b13e8b3

Please sign in to comment.