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

fix: update a few release nits after trying it on the cli #179

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

lukekarrys
Copy link
Contributor

@lukekarrys lukekarrys commented Sep 1, 2022

  • Correctly link workspace dep changelog entry to compare link even when
    release component is different than the package name
  • Update changelog entry also when rewriting workspaces deps
  • Clone repo during release process with fetch-depth: 0 so we can have
    full commit history to build AUTHORS files
  • Removes preversion, postversion, and prepublishOnly scripts now
    that all tagging happens via release-please

Closes #178

@lukekarrys lukekarrys requested a review from a team as a code owner September 1, 2022 01:25
@lukekarrys lukekarrys force-pushed the lk/release-updates branch 2 times, most recently from c224c7c to 7331d16 Compare September 1, 2022 19:36
- Correctly link workspace dep changelog entry to release even when
  release component is different than the package name
- Update changelog entry also when rewriting workspaces deps
- Clone repo during release process with `fetch-depth: 0` so we can have
  full commit history to build `AUTHORS` files
- Removes `preversion`, `postversion`, and `prepublishOnly` scripts now
  that all tagging happens via `release-please`
- Correctly version root when going from prerelease -> release

Closes #178
@lukekarrys lukekarrys merged commit 70782b3 into main Sep 1, 2022
@lukekarrys lukekarrys deleted the lk/release-updates branch September 1, 2022 20:43
@github-actions github-actions bot mentioned this pull request Sep 1, 2022
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.

Release please fixes
2 participants