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

chore: add release-cli for next major #32694

Merged
merged 6 commits into from Aug 10, 2021
Merged

chore: add release-cli for next major #32694

merged 6 commits into from Aug 10, 2021

Conversation

@wardpeet
Copy link
Member

@wardpeet wardpeet commented Aug 4, 2021

Description

Create a simple release scripts to publish the next premajor. It allows us to put patch files in patches/v4/ to update package.json and dependencies.

What does this file do?

  • it checks if you have publish access
  • it checks if we have any uncommited files -- if so, we exit
  • it cleans all non git files to make sure we have clean directory
  • run patches in patches/v4
  • commits the patches so lerna can publish
  • run full boostrap with COMPILER_OPTIONS
  • Publish premajor
  • cleanup patch commit

Documentation

Related Issues

@wardpeet wardpeet force-pushed the release-cli branch 2 times, most recently from 4d6c9e7 to 1e6514a Aug 4, 2021
@pieh pieh self-assigned this Aug 5, 2021
package.json Outdated Show resolved Hide resolved
scripts/release-cli.js Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@wardpeet wardpeet force-pushed the release-cli branch from ab545b3 to 4cfcb9c Aug 5, 2021
Base automatically changed from compiler-flags to master Aug 5, 2021
@wardpeet wardpeet force-pushed the release-cli branch from b921171 to ed177d5 Aug 10, 2021
@wardpeet wardpeet marked this pull request as ready for review Aug 10, 2021
@vladar
vladar approved these changes Aug 10, 2021
Copy link
Contributor

@vladar vladar left a comment

👍

@wardpeet wardpeet merged commit 9d2c5f0 into master Aug 10, 2021
31 of 32 checks passed
31 of 32 checks passed
@gatsbybot
Cloud Tests
Details
@gatsbot
Peril All green. Well done.
Details
@circleci-checks
build-test Workflow: build-test
Details
ci/circleci: bootstrap Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests_contentful Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests_development_runtime Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests_gatsby-static-image Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests_path-prefix Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests_pnp Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests_production_runtime Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests_visual-regression Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_artifacts Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_cache_resilience Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_functions Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_gatsby_cli Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_gatsby_pipeline Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_gatsby_source_wordpress Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_images Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_long_term_caching Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_node_manifest Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_ssr Your tests passed on CircleCI!
Details
ci/circleci: integration_tests_structured_logging Your tests passed on CircleCI!
Details
ci/circleci: lint Your tests passed on CircleCI!
Details
ci/circleci: mdx_e2e_tests Your tests passed on CircleCI!
Details
ci/circleci: starters_validate Your tests passed on CircleCI!
Details
ci/circleci: themes_e2e_tests_development_runtime Your tests passed on CircleCI!
Details
ci/circleci: themes_e2e_tests_production_runtime Your tests passed on CircleCI!
Details
ci/circleci: typecheck Your tests passed on CircleCI!
Details
ci/circleci: unit_tests_node12 Your tests passed on CircleCI!
Details
ci/circleci: unit_tests_node14 Your tests passed on CircleCI!
Details
ci/circleci: unit_tests_node14_lmdb_store Your tests passed on CircleCI!
Details
ci/circleci: windows_unit_tests Your tests passed on CircleCI!
Details
@wardpeet wardpeet deleted the release-cli branch Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants