Skip to content

prtksxna/a-sticky-note

Repository files navigation

A Sticky Note

Deploy to WordPress.org Node.js CI PHP Composer

Screenshot of a sticky note plugin

A Gutenberg block to add sticky notes to your blog posts. Put sticky notes in between content or put them inside a column widget to create a wall of sticky notes.

Development

Getting started

Use npm install to get all the dependencies and then npm start to watch the src/ directory and build the files for use.

Releasing

To cut a new release, first bump the version in:

  1. package.json
  2. sticky-note-plugin.php

Then, commit these changes with the following message:

chore: bump version to X.Y.Z

Finally, add the tag appropriate tag and push all the changes:

git tag -a vX.Y.Z -m "vX.Y.Z"
git push origin master
git push origin --tags

The Deploy to WordPress.org action should automatically push it to WordPress.