Skip to content

chore(release): next#102

Merged
LouisMazel merged 12 commits into
mainfrom
develop
Jun 10, 2026
Merged

chore(release): next#102
LouisMazel merged 12 commits into
mainfrom
develop

Conversation

@LouisMazel

Copy link
Copy Markdown
Owner

No description provided.

… outputs

Commits whose configured type defines a `title` without a `semver`
(e.g. `docs: { title: '📖 Documentation' }`) now appear in the
CHANGELOG, GitHub/GitLab release notes, and Slack/Twitter posts.
Such types still do not trigger a version bump — only types with a
`semver` field do. Set the type to `false` to exclude it from both
the changelog and the bump.
When a branch is rebased after a release, its tag points to a commit
that is no longer in the history. The changelog then spanned everything
since the last stable release (with duplicated commits) and bumped every
package. Relizy now detects this and uses the right commit range, while
leaving the tag name in the changelog untouched.

In CI / non-interactive it auto-corrects for the run and warns; in a TTY
it prompts. No commit is ever rewritten and nothing is mutated in dry-run.

## New config options

```ts
export default defineConfig({
  // Enabled by default. Set to false to opt out.
  detectRewrittenTags: true,

  // Override the auto behaviour (prompt on TTY, ephemeral on CI):
  // 'prompt' | 'ephemeral' | 'rebind' | 'error'
  onRewrittenTag: 'ephemeral',
})
```
Tokens (npm, GitHub and others) could appear in clear text in Relizy's
debug logs. They are now hidden, so sharing your logs no longer risks
exposing your secrets.
A release could freeze indefinitely, with no message, while checking
registry authentication when the registry did not respond.

It now stops after a short delay and shows a clear error instead of
hanging. You can adjust the delay with `publish.safetyCheckTimeout`
(15s by default) or skip the check with `--no-safety-check`.
Relizy always targeted the public npm registry for the authentication
check and publishing, ignoring a custom registry set in your `.npmrc`
(for example a corporate proxy). On networks where the public registry
is only reachable through that proxy, this caused the registry check to
hang.

When `publish.registry` is not set, Relizy now resolves the registry
from your npm config, so a proxy or private registry configured in
`.npmrc` is respected. Set `publish.registry` only to force a specific
registry.
@LouisMazel LouisMazel self-assigned this Jun 10, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 10, 2026

Copy link
Copy Markdown

Deploying relizy with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1a7d8f1
Status: ✅  Deploy successful!
Preview URL: https://d57d2ecf.relizy.pages.dev
Branch Preview URL: https://develop.relizy.pages.dev

View logs

@codecov-commenter

codecov-commenter commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.71%. Comparing base (8c9e41b) to head (1a7d8f1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
+ Coverage   81.44%   81.71%   +0.26%     
==========================================
  Files          29       30       +1     
  Lines        2916     2958      +42     
  Branches      872      883      +11     
==========================================
+ Hits         2375     2417      +42     
  Misses        308      308              
  Partials      233      233              
Flag Coverage Δ
unit 81.71% <100.00%> (+0.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@LouisMazel

Copy link
Copy Markdown
Owner Author

🚀 Release published

  • Version: 1.4.71.4.8-beta.0
  • Tag(s): v1.4.8-beta.0
  • Dist-tag: beta
  • Date: 2026-06-10 11:02 UTC
  • Branch: develop

Packages

Package Version
relizy 1.4.71.4.8-beta.0

Installation

pnpm add relizy@1.4.8-beta.0

or using the beta dist-tag:

pnpm add relizy@beta

Masked secrets in the resolved-config debug output now keep their first
and last few characters (e.g. `npm_***2Hwk`) instead of being fully
replaced by `[redacted]`, so you can still tell which token is which
without exposing it. Secrets shorter than 16 characters are still masked
entirely.
@LouisMazel

Copy link
Copy Markdown
Owner Author

🚀 Release published

  • Version: 1.4.8-beta.01.4.8-beta.1
  • Tag(s): v1.4.8-beta.1
  • Dist-tag: beta
  • Date: 2026-06-10 11:14 UTC
  • Branch: develop

Packages

Package Version
relizy 1.4.8-beta.01.4.8-beta.1

Installation

pnpm add relizy@1.4.8-beta.1

or using the beta dist-tag:

pnpm add relizy@beta

@LouisMazel LouisMazel merged commit 0bc318d into main Jun 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants