Skip to content

Commit

Permalink
fix: create prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Jan 11, 2024
1 parent f8edfa7 commit 26bc48c
Show file tree
Hide file tree
Showing 23 changed files with 142 additions and 161 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Whereby after semantic versioning the following order exists: 7.2.0 < 7.3.0-alph

To create a new prerelease, you only have to create a new version from your current branch
- `npm version <prerelease> --preid=next -m "prerelease message" --workspace=projects --include-workspace-root` (premajor | preminor | prepatch).
- run `node scripts/library/index.js --set-source` to sync all versions.
- run `node scripts/library/index.js --set-source` to sync all versions and run npm install to regenerate `package-lock.json` (If something failed during the npm version, remove the local tag and create a new one. `git tag -d <version> && git tag -a <version> -m "<description>`).
And then `git push origin --tags` which will trigger the [Pre Release](.github/workflows/pre-release-package.yml) workflow.
**Before doing this you should [locally test and build](#further-you-can-test-and-build-locally)!!!** to prevent failed workflows but created tags.

Expand Down
161 changes: 71 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/base-layers-raster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dlr-eoc/base-layers-raster",
"version": "12.0.0",
"version": "12.0.1-next.0",
"main": "src/public-api",
"license": "Apache-2.0",
"author": "Team UKIS",
Expand All @@ -17,7 +17,7 @@
"@angular/core": "^16.2.3"
},
"dependencies": {
"@dlr-eoc/services-layers": "12.0.0",
"@dlr-eoc/services-layers": "12.0.1-next.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 26bc48c

Please sign in to comment.