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 5.3.0 🚀 #2152

Merged
merged 4 commits into from Jul 21, 2023
Merged

Release 5.3.0 🚀 #2152

merged 4 commits into from Jul 21, 2023

Conversation

julien-deramond
Copy link
Member

@julien-deramond julien-deramond commented Jul 21, 2023

  • Run linters;
  • Run compilers;
  • Run tests;
  • Check documentation site: examples and contents;
  • Test cross-browser compatibility locally and with BrowserStack:
  • Firefox ESR
  • IE11 (v4 only)
  • Latest Edge, Chrome, Firefox, Safari
  • iOS Safari
  • Chrome & Firefox on Android
  • Including RTL mode;
  • Ask for reviews and accessibility testing;
  • sync with Bootstrap's release and probably wait for it;
  • npm run release-version $current_version $next_version to bump version number
  • npm run release to compile dist, build Storybook, update SRI hashes in doc and package the release
  • Prepare changelog:
  • install Conventionnal Changelog and conventional-changelog-cli globally
  • run conventional-changelog -p angular -i CHANGELOG.md -s
  • and probably maintain a ship list (eg for v4.4.0)
  • commit and push dist with a chore(release) commit message
  • Manually run BrowserStack test
  • Manually run Percy test
  • merge (on v4-dev or main)
  • tag your version, and push your tag
  • create a GitHub release:
  • attach zip file
  • paste CHANGELOG / Ship list in the release's description
  • Pack and publish
  • npm pack
  • if you are already logged in NPM (with a personnal account, for example), you'd better use a repository scoped .npmrc file
  • Publish:
  • if you're releasing a pre-release, use --tag, eg for v5-alpha1 npm publish boosted-5.0.0-alpha1.tgz --tag next
  • (v4 only) npm publish --tag v4.x.y (if you forgot and v4 becomes the latest version on NPM, you can run `npm dist-tag add boosted@5.x.y latest to fix it)
  • (v5 only) npm publish
  • publish on Nuget
  • check release on NPM, Nuget, Packagist
  • publish documentation on gh-pages:
  • copy ../_site to the gh-pages branch (don't forget to update Storybook as well)
  • check every index.html used as redirections to be redirecting to the new release
  • when bumping minor version: ensure dist URLs in examples' HTML has changed
  • double-check everything before pushing, starting by searching for forgotten old version number occurences
  • make an announcement in Plazza 🎉

@netlify
Copy link

netlify bot commented Jul 21, 2023

Deploy Preview for boosted ready!

Name Link
🔨 Latest commit f95bfba
🔍 Latest deploy log https://app.netlify.com/sites/boosted/deploys/64ba1e46f3512f00088f47e9
😎 Deploy Preview https://deploy-preview-2152--boosted.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@julien-deramond julien-deramond marked this pull request as ready for review July 21, 2023 06:05
Copy link
Member

@louismaximepiton louismaximepiton left a comment

Choose a reason for hiding this comment

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

Seems fine to me 🚀

@julien-deramond julien-deramond merged commit 8851d3d into main Jul 21, 2023
14 of 15 checks passed
@julien-deramond julien-deramond deleted the main-jd-release-5.3.0 branch July 21, 2023 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants