raain-model 3.0.5 → 3.0.6
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/CHANGELOG.md +11 -1
- package/RELEASE_PROCESS.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.0.5] - 2025-04-25
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Modified CI workflow to allow releasing without bumping version
|
|
15
|
+
- Updated version checking to display warnings instead of failing
|
|
16
|
+
- Enhanced tag creation process to check if tag already exists
|
|
17
|
+
|
|
10
18
|
## [3.0.4] - 2025-04-17
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -245,7 +253,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
245
253
|
- Initial release
|
|
246
254
|
- First extracts from RAAIN services
|
|
247
255
|
|
|
248
|
-
[Unreleased]: https://github.com/raainio/raain-model/compare/v3.0.
|
|
256
|
+
[Unreleased]: https://github.com/raainio/raain-model/compare/v3.0.5...HEAD
|
|
257
|
+
|
|
258
|
+
[3.0.5]: https://github.com/raainio/raain-model/compare/v3.0.4...v3.0.5
|
|
249
259
|
|
|
250
260
|
[3.0.4]: https://github.com/raainio/raain-model/compare/v3.0.3...v3.0.4
|
|
251
261
|
|
package/RELEASE_PROCESS.md
CHANGED
|
@@ -118,7 +118,7 @@ these differences:
|
|
|
118
118
|
### Version Management Best Practices
|
|
119
119
|
|
|
120
120
|
- Always check the current version in package.json before starting the release process
|
|
121
|
-
- Use `npm run bump` to increment the version number
|
|
121
|
+
- Use `npm run bump` to increment the version number only if needed
|
|
122
122
|
- Ensure version numbers are consistent across:
|
|
123
123
|
- package.json
|
|
124
124
|
- git tags
|