@robotical/martyblocksjr 1.3.9 → 1.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -80,6 +80,16 @@ All changes should be made in a fork. Before making a pull request, ensure all c
|
|
|
80
80
|
|
|
81
81
|
For more information, see [CONTRIBUTING.md](https://github.com/LLK/scratchjr/blob/develop/.github/CONTRIBUTING.md).
|
|
82
82
|
|
|
83
|
+
## GitHub Actions
|
|
84
|
+
|
|
85
|
+
### Versioning
|
|
86
|
+
|
|
87
|
+
We use GitHub Actions to automate versioning of the project. The workflow is triggered every time a new tag is pushed to the repository. The action updates the version number in the `package.json` file, creates a new release on GitHub, and pushes the updated files to the repository.
|
|
88
|
+
|
|
89
|
+
### Deployment to NPM
|
|
90
|
+
|
|
91
|
+
We also use GitHub Actions for deployment to NPM. The workflow is triggered every time a new release is created on GitHub. The action builds and publishes the updated package to NPM, making it available for others to install and use.
|
|
92
|
+
|
|
83
93
|
## Code credits
|
|
84
94
|
ScratchJr would not be possible without free and open source libraries, including:
|
|
85
95
|
* [Snap.svg](https://github.com/adobe-webplatform/Snap.svg/)
|