-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Contributing. | ||
|
||
## Building assets | ||
|
||
Run `npm run build` to build production assets, or `npm run start` whilst actively working on the plugin., | ||
|
||
There is currently no automated process to build assets when releasing, so please commit updated build files as part of any pull request. This is something we can revisit later if it becomes an issue. | ||
|
||
## Releasing a new version | ||
|
||
[Releases are managed using Github.](https://github.com/humanmade/query-filter/releases). | ||
|
||
Create a new release setting the tag to the desired version number (Follow semver for major/minor releases). Target should be main and release notes can be auto-generated. Use the version number as the release title. | ||
|
||
Once a release is created, it will be published automatically on Packagist. |