BitBucket Better PR Commit Message
This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs.
O que é BitBucket Better PR Commit Message?
BitBucket Better PR Commit Message é uma extensão do Chrome desenvolvida por Sean Dwyer, e sua principal característica é "This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BitBucket Better PR Commit Message
Baixe arquivos de extensão BitBucket Better PR Commit Message no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
If your development workflow involves creating a pull request for every change, and you squash your PRs with the default commit message when you merge them, then your commit history has a bunch of entries that all look like "Merged in my-terse-branch-name (pull request #123)". These aren't especially helpful commit messages and "Merged in" just becomes noise. This extension will use the title of your PR as the commit message instead which should lead to a much more useful commit history. The bulleted list of individual commit messages and approvals will still appear in the body of the commit message. To tell Atlassian that this should be the default behavior, go to the following URL and vote for the issue. https://jira.atlassian.com/browse/BCLOUD-19402
Informações Básicas da Extensão
Nome | BitBucket Better PR Commit Message |
ID | pefbikdjkkbbkmlnmfoogcpomlcngaho |
URL Oficial | https://chromewebstore.google.com/detail/bitbucket-better-pr-commi/pefbikdjkkbbkmlnmfoogcpomlcngaho |
Descrição | This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs. |
Tamanho do Arquivo | 5.87 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.1.3 |
Última Atualização | 2023-01-24 |
Data de Publicação | 2020-11-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Sean Dwyer |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/reywood/bitbucket-pr-commit-message |
URL da Página de Ajuda | https://github.com/reywood/bitbucket-pr-commit-message |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BitBucket Better PR Commit Message", "description": "This extension replaces BitBucket's default pull request commit message with a more useful message, especially if you squash PRs.", "version": "1.1.3", "homepage_url": "https:\/\/github.com\/reywood\/bitbucket-pr-commit-message", "author": "Sean Dwyer", "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*\/pull-requests\/*" ], "js": [ "src\/index.js" ] } ] } |