Skip to content

Commit

Permalink
Prepare release v1.61.0 (#2431)
Browse files Browse the repository at this point in the history
UI release

---------

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro authored Sep 14, 2024
1 parent eea9200 commit 72efe6c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ packages/jaeger-ui/index.d.ts
scripts/release-notes.py
scripts/draft-release.py

# Ignore CHANGELOG.md because prettier has different ideas about its formatting.
# Ignore some docs because prettier has different ideas about its formatting.
CHANGELOG.md
RELEASE.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Run `make changelog` to generate content.

</details>

## v1.61.0 (2024-09-14)

Dependencies updates only.

## v1.60.0 (2024-08-05)

#### 🐞 Bug fixes, Minor Improvements
Expand Down
7 changes: 5 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
1. Create and merge, per approval, a PR which preps the release ([example](https://github.com/jaegertracing/jaeger-ui/pull/1767)).
1. The PR title should match the format "Prepare release vX.Y.Z".
2. CHANGELOG.md
- Change the version of the current release from "Next (unreleased)" to "vX.Y.Z (Month D, YYYY)" where "vX.Y.Z" is the [semver](https://semver.org) for this release.
- Change the version of the current release from "Next (unreleased)" to "vX.Y.Z (Month D, YYYY)",
where "vX.Y.Z" is the [semver](https://semver.org) for this release.
- Run `make changelog` to list all changes since the last release.
- Review all changes to determine how, if at all, any externally facing APIs are impacted. This includes, but is not limited to, the UI config and URL routes such as deep-linking and configuring the embedded mode.
- Review all changes to determine how, if at all, any externally facing APIs are impacted.
This includes, but is not limited to, the UI config and URL routes such as deep-linking
and configuring the embedded mode.
- If necessary, add a note detailing any impact to externally facing APIs.
3. Update `packages/jaeger-ui/package.json#version` to refer to the version being released.
2. Create a GitHub release.
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.60.0",
"version": "1.61.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit 72efe6c

Please sign in to comment.