dlr-eoc / ukis-frontend-libraries

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.
Apache License 2.0
17 stars 4 forks source link

release-v13.0.0 #234

Closed boeckMt closed 3 weeks ago

boeckMt commented 3 weeks ago

Release PR Checklist

For creating a new version see DEVELOPMENT/new version and see Release pull request.

Please check if your PR fulfills the following requirements in this order:

  1. [x] The PR name follows the naming convention release-v[0-9]+.[0-9]+.[0-9].
  2. [x] The brach follows the naming convention release-v[0-9]+.[0-9]+.[0-9].
  3. [x] The CHANGELOG.md is updated with a version header # [<version>](https://github.com/dlr-eoc/ukis-frontend-libraries/tree/v<version>) (<date>) (<description>).
  4. [x] The correct version and tag was set with npm version <major | minor | patch> -m "Version for release XYZ".
  5. [x] All versions are synced with node scripts/library/index.js --set-source.
  6. [x] The main package-lock.json was updated with npm intsall.
  7. [x] The Tag v[0-9]+.[0-9]+.[0-9] was pushed with the branch.
  8. [x] The Project is building without errors see and check if the build job was successful.
  9. [x] Add the Label RELEASE to the PR.

Then a release on GitHub is created and the built packages are published.

If everything works fine the PR can be merged.