@braudypedrosa/bp-listings 1.0.1 → 1.0.5
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 +2 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Airbnb-style listings + map widget built with vanilla JavaScript and CSS.
|
|
4
4
|
|
|
5
|
-
Current version: **1.0.
|
|
5
|
+
Current version: **1.0.5**
|
|
6
6
|
|
|
7
7
|
## Overview
|
|
8
8
|
|
|
@@ -145,22 +145,4 @@ MIT
|
|
|
145
145
|
|
|
146
146
|
## Maintainer Workflow
|
|
147
147
|
|
|
148
|
-
|
|
149
|
-
- `listings-map.js`
|
|
150
|
-
- `listings-map.css`
|
|
151
|
-
|
|
152
|
-
Then release updates by bumping `package.json` version, tagging (`vX.Y.Z`), and publishing.
|
|
153
|
-
|
|
154
|
-
Use one command:
|
|
155
|
-
|
|
156
|
-
```bash
|
|
157
|
-
npm run release:patch
|
|
158
|
-
# or: npm run release:minor
|
|
159
|
-
# or: npm run release:major
|
|
160
|
-
```
|
|
161
|
-
|
|
162
|
-
This command sequence will:
|
|
163
|
-
- verify you are on `main` with a clean working tree
|
|
164
|
-
- bump version and create a release commit + git tag
|
|
165
|
-
- push `main` and tags to GitHub
|
|
166
|
-
- publish the new version to npm
|
|
148
|
+
For the reusable release workflow, versioning rules, and verification steps, see [RELEASING.md](https://github.com/braudypedrosa/bp-listings/blob/main/RELEASING.md).
|