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

Release process: nightly packages #14179

Closed
pomek opened this issue May 17, 2023 · 0 comments
Closed

Release process: nightly packages #14179

pomek opened this issue May 17, 2023 · 0 comments
Assignees
Labels
squad:platform Issue to be handled by the Platform team. type:improvement This issue reports a possible enhancement of an existing feature.

Comments

@pomek
Copy link
Member

pomek commented May 17, 2023

📝 Provide a description of the improvement

The goal is to publish CKEditor 5 packages from the #master branch as the @nightly version.

Scope

  • The publishing step should be executed only if CRON triggered Travis.
  • Use Uber CI.
    • The publishing phase should be the first task executed on Uber CI.
  • Authenticate npm on Travis CI.
    • We can use ~/.npmrc file with auth token.
    • We do not need to call npm login.
    • It works. We just released mrgit.
  • Generate the version number for nightly releases:
    • 0.0.0-nightly-YYYYMMDD.0
    • If .0 is taken, take the next one.
  • Flow
    • Prepare CKEditor 5 packages.
    • Publish CKEditor 5 packages.
    • Prepare Internal packages.
    • Publish Internal packages.
    • Update the CS-Client based on the release commit.
      • All version references should point to the nightly number.
    • Prepare CF packages.
    • Publish CF packages.
    • If something goes wrong, let us know (Slack). Otherwise, keep it silent.
  • Use the published packages to execute tests, build docs, etc.
  • Update the flowchart of what Uber CI does.

If you'd like to see this improvement implemented, add a 👍 reaction to this post.

@pomek pomek added type:improvement This issue reports a possible enhancement of an existing feature. squad:platform Issue to be handled by the Platform team. labels May 17, 2023
@CKEditorBot CKEditorBot added the status:planned Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon. label Jun 5, 2023
@martnpaneq martnpaneq self-assigned this Jun 13, 2023
@CKEditorBot CKEditorBot added status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. status:planned Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon. and removed status:planned Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon. status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. labels Jun 13, 2023
@martnpaneq martnpaneq removed their assignment Jun 14, 2023
@psmyrek psmyrek self-assigned this Jun 14, 2023
@CKEditorBot CKEditorBot added status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. and removed status:planned Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon. labels Jun 14, 2023
pomek added a commit to ckeditor/ckeditor5-dev that referenced this issue Jun 29, 2023
Other (release-tools): Added utils for fetching the last nightly version from npm (`getLastNightly()`) and generating the next nightly version (`getNextNightly()`). See ckeditor/ckeditor5#14179.
pomek added a commit that referenced this issue Jun 29, 2023
Internal: Added support for publishing nightly packages on npm. See #14179.
@pomek pomek closed this as completed Jun 29, 2023
@CKEditorBot CKEditorBot removed the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Jun 29, 2023
@CKEditorBot CKEditorBot added this to the iteration 65 milestone Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squad:platform Issue to be handled by the Platform team. type:improvement This issue reports a possible enhancement of an existing feature.
Projects
None yet
Development

No branches or pull requests

4 participants