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] [v22] Release process, maintenance simplification #1969

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

illiakovalenko
Copy link
Contributor

@illiakovalenko illiakovalenko commented Nov 12, 2024

  • This PR follows the Contribution Guide
  • Changelog updated - These changes are not required to be published, we need to have an updated repository structure and references
  • Upgrade guide entry added

Description / Motivation

  • By using the template token we are able to simplify release process to skip replacing version values since it will be handled by initializer
  • Removing "upgrade guides" references, documents

Testing Details

  • Unit Test Added
  • Manual Test/Other (Please elaborate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Comment on lines +241 to +244
// Don't expose canary build number in the generated app
const jssVersion = version.includes('canary')
? version.replace(/(-canary\.\d+)$/, '-canary')
: version;
Copy link
Contributor

Choose a reason for hiding this comment

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

why are we not exposing the build number?

Copy link
Contributor Author

@illiakovalenko illiakovalenko Nov 27, 2024

Choose a reason for hiding this comment

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

We just reference ~version.canary
in order to pull latest canary

Copy link
Contributor

@addy-pathania addy-pathania left a comment

Choose a reason for hiding this comment

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

looks good! 👍🏼

@illiakovalenko illiakovalenko merged commit 95e461b into release/22.0.0 Nov 27, 2024
1 check was pending
@illiakovalenko illiakovalenko deleted the chore/JSS-4335-v22 branch November 27, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants