Tag: #github
4 Bookmarks

How We Got Swiggy to Trust Designers with Real Code
How the CREW Design team at Swiggy went from static Figma files to raising production PRs, and what it took to get there.
GitHub - googleapis/release-please: generate release PRs based on the conventionalcommits.org spec
Release Please is a GitHub tool that automates release processes. It generates changelogs, creates GitHub releases, and manages version bumps based on conventional commit messages. It uses Release PRs to keep releases up-to-date before merging. The tool supports various programming languages and can be deployed via GitHub Actions or the CLI. Troubleshooting steps are provided for common issues.
GitHub - sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics
This GitHub repository, sindresorhus/awesome, is a curated list of awesome lists across various tech topics. It contains over 375,000 stars and 30,000 forks, showcasing its popularity. The lists cover areas like programming languages, front-end/back-end development, computer science, and more. Each topic includes numerous resources, tools, and frameworks. The repository is licensed under CC0-1.0.
Jujutsu docs
This website documents the Jujutsu (jj) version control system. Navigation is via a sidebar or hamburger menu. Help is available both online and via the `jj help` command (if installed). Documentation covers both released and unreleased (main branch) versions. Useful links include installation, tutorials, and the GitHub repository.