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

added migration guide for v3 #745

Merged
merged 4 commits into from
Jan 12, 2021
Merged

added migration guide for v3 #745

merged 4 commits into from
Jan 12, 2021

Conversation

stevengill
Copy link
Member

@stevengill stevengill commented Jan 12, 2021

Summary

Adding a migration guide for users upgrading to @slack/bolt@3.x. Fixes #743

Requirements (place an x in each [ ])

@stevengill stevengill added the docs M-T: Documentation work only label Jan 12, 2021
@stevengill stevengill added this to the v3.0 milestone Jan 12, 2021
@stevengill stevengill self-assigned this Jan 12, 2021
@codecov
Copy link

codecov bot commented Jan 12, 2021

Codecov Report

Merging #745 (d017010) into v3 (eabe70d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##               v3     #745   +/-   ##
=======================================
  Coverage   76.91%   76.91%           
=======================================
  Files           9        9           
  Lines         849      849           
  Branches      263      263           
=======================================
  Hits          653      653           
  Misses        146      146           
  Partials       50       50           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eabe70d...d017010. Read the comment docs.

@@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
Copy link
Contributor

Choose a reason for hiding this comment

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

do we want to add 15.x? its known as the current stable (despite not being LTS), so we should likely run tests against it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, probably a good idea.

docs/_tutorials/migration_v3.md Outdated Show resolved Hide resolved
Co-authored-by: Ankur Oberoi <aoberoi@gmail.com>
@stevengill stevengill merged commit b11a9be into slackapi:v3 Jan 12, 2021
@stevengill stevengill deleted the issue-743 branch January 12, 2021 08:37
seratch added a commit to seratch/bolt-js that referenced this pull request Jan 12, 2021
@seratch seratch mentioned this pull request Jan 12, 2021
2 tasks
seratch added a commit that referenced this pull request Jan 12, 2021
stevengill pushed a commit that referenced this pull request Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs M-T: Documentation work only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants