-
Notifications
You must be signed in to change notification settings - Fork 19
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
27 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,27 @@ | ||
Yes, we need some tests! | ||
|
||
## Testing | ||
Until then, please test out your changes in the [shakacode/bootstrap-loader](https://github.com/shakacode/bootstrap-loader) project in the [bootstrap-loader/examples](https://github.com/shakacode/bootstrap-loader/tree/master/examples). | ||
|
||
Please test both the basic and css-modules examples. | ||
|
||
For example, look for the "font-awesome-loader" in the | ||
[examples/basic/package.json](https://github.com/shakacode/bootstrap-loader/blob/master/examples/basic/package.json) file. Test out | ||
your changes here. | ||
|
||
|
||
When you submit a PR, please write down what you did to manually test this. | ||
|
||
## Releasing | ||
|
||
I use release-it! (`npm i -g release-it`) | ||
|
||
``` | ||
release-it 1.0.0 | ||
``` | ||
|
||
or for a beta: | ||
|
||
``` | ||
release-it 0.0.1-beta.1 | ||
``` |