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

docs: remove references to make bump in releasing #12222

Merged
merged 3 commits into from
Mar 3, 2023
Merged

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Mar 3, 2023

We changed to a direct tag-based version process and don't use make bump anymore (we don't even have lerna installed) so let's remove the actual make bump target that doesn't work anymore and update RELEASING.md to contain the new information.

Update for how we use tags instead of make bump.
@sfoster1 sfoster1 requested a review from a team as a code owner March 3, 2023 19:17
```shell
make bump project=${project} version=${version}
${projectPrefix}${projectVersion}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
${projectPrefix}${projectVersion}
git tag -a ${projectPrefix}${projectVersion} -m 'chore(release): ${projectPrefix}${version}'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this defines the name of the tag, not the command itself. Then there's examples of tags. The commands to use are inline in the instructions.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, then it may be worth calling out that the tag message should include the project prefix too right (e.g. chore(release): [email protected])?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we haven't previously been doing that (and also ot isn't a project prefix - flex uses ot3, robot stack uses v)

Copy link
Contributor

@Laura-Danielle Laura-Danielle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nioce

@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Merging #12222 (8d65b53) into edge (6147fb9) will decrease coverage by 0.31%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             edge   #12222      +/-   ##
==========================================
- Coverage   74.01%   73.70%   -0.31%     
==========================================
  Files        2193     1476     -717     
  Lines       60358    48416   -11942     
  Branches     6223     2978    -3245     
==========================================
- Hits        44674    35687    -8987     
+ Misses      14254    12276    -1978     
+ Partials     1430      453     -977     
Flag Coverage Δ
app 47.06% <ø> (-25.54%) ⬇️
hardware 59.93% <ø> (ø)
hardware-testing ∅ <ø> (∅)
notify-server 89.13% <ø> (ø)
shared-data 75.90% <ø> (ø)
system-server 94.75% <ø> (ø)
update-server 65.65% <ø> (ø)
usb-bridge 81.35% <ø> (ø)

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

Impacted Files Coverage Δ
...otSettings/ConnectNetwork/ConnectModal/FormRow.tsx
app/src/App/hooks.ts
app/src/atoms/buttons/BackButton.tsx
app/src/redux/alerts/epic.ts
...src/organisms/AppSettings/PreviousVersionModal.tsx
...ganisms/ProtocolUpload/hooks/useCloseCurrentRun.ts
app/src/molecules/Modal/ModalHeader.tsx
...evices/RobotSettings/RobotSettingsFeatureFlags.tsx
app/src/redux/sessions/epic/index.ts
...redux/sessions/tip-length-calibration/selectors.ts
... and 707 more

Copy link
Contributor

@b-cooper b-cooper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧜

@sfoster1 sfoster1 merged commit ce1ea36 into edge Mar 3, 2023
@sfoster1 sfoster1 deleted the fix-release-md branch March 3, 2023 19:54
y3rsh added a commit that referenced this pull request Mar 6, 2023
* edge:
  refactor(protocol-engine): Shorten error docstrings (#12230)
  chore(app): update electron-builder version from v24 alpha to v24 (#12233)
  chore(app): add new icons for ODD hi-fi (#12231)
  docs: more release docs (#12226)
  fix(app, odd): check isOnDevice true instead of if it is null (#12228)
  docs: remove references to make bump in releasing (#12222)
  refactor(app): scroll to current split from jump to tick, qol tweaks to run preview (#12218)
  fix(app): rewire cli and jupyter snippets to offsets modals  (#12180)
  feat(app): handle non-deterministic protocols (#12173)
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.

None yet

3 participants