Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v1.61.0 #2431

Merged
merged 2 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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