並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 28 件 / 28件

新着順 人気順

changelogの検索結果1 - 28 件 / 28件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

changelogに関するエントリは28件あります。 githubgitGitHub などが関連タグです。 人気エントリには 『GitHubのリリースノート自動生成機能からCHANGELOG.mdを生成する | おそらくはそれさえも平凡な日々』などがあります。
  • GitHubのリリースノート自動生成機能からCHANGELOG.mdを生成する | おそらくはそれさえも平凡な日々

    tl;dr GitHubのリリースノート自動生成のAPIを用いてkeep a changelog形式のCHANGELOG.mdを出力するツールを作った https://github.com/Songmu/gh2changelog gh2changelog -all -unreleased とかで出力 細かいオプションはヘルプ等を参照のこと ghchに引数体系は近いです 本題 GitHubには、リリースノートを自動生成する機能がある。これは、リリース間でマージされたpull requestのタイトルを一覧し、リリース項目としてGitHub Releases上に出力してくれるものです。リポジトリ上に.github/release.yml設定ファイルを配置すれば、pull requestの作者やラベルを元にグルーピングしたり非表示にするといった出力内容のカスタマイズもできる。 このあたりの実際の

      GitHubのリリースノート自動生成機能からCHANGELOG.mdを生成する | おそらくはそれさえも平凡な日々
    • Conventional CommitsとCHANGELOGの自動生成でリリースのユーザ影響をわかりやすくした話 - ドワンゴ教育サービス開発者ブログ

      ドワンゴ教育事業 バックエンドエンジニアのtakuminishです。 現在、私は教材入稿ツールの開発チームに所属しています。 教材入稿ツールは昨年の2023年06月に社内向けに正式リリースされた比較的新しいツールであり、リリース当初はリリースノートに関する運用について検討が進んでいませんでした。 リリースノートは開発メンバーが手動で作成しており、内容も前回リリース後にマージされたPRタイトルとリンクを箇条書きで記載しているだけの簡素なものでした。 また、PRタイトルのフォーマットも存在しなかったため、英語で記載されたタイトルと日本語で記載されたタイトルが混在している、ユーザ影響度がタイトルからわからないといった問題もありました。 そこで、教材入稿ツール開発チームではリリースノートの運用として、Conventional Commitsを導入するとともに、conventional-change

        Conventional CommitsとCHANGELOGの自動生成でリリースのユーザ影響をわかりやすくした話 - ドワンゴ教育サービス開発者ブログ
      • CHANGELOGの悩みを一発解決!git-cliffの使い方からカスタマイズまで📚

        はじめに CHANGELOGを自動生成するツールは多種多様です。Conventional Commitsに対応したコミットメッセージから生成するもの、GitHub上でのリリースやタグ付けまで行うものなどがあります。 CHANGELOGを自動生成する際には、バージョンタグに対応したコミットメッセージを基にしてくれると便利です。コミットメッセージを適切に付けるだけで、後はツールにお任せできます。ただし、いくつかの懸念点が存在します。 懸念点 1: チキンエッグプロブレム CHANGELOG自動生成ツールは便利ですが、一つの大きな問題があります。それは、Gitのタグとコミットメッセージを基にCHANGELOGを生成するため、タグを作成する前にはCHANGELOGが存在しないという点です。この状況は「チキンエッグプロブレム」に類似しています。具体的には、新しいバージョン(卵)がリリースされる際には

          CHANGELOGの悩みを一発解決!git-cliffの使い方からカスタマイズまで📚
        • Your git log is not a changelog!

          written on Thursday, July 14, 2022 When you maintain a project, publishing new releases can quickly become a chore, so naturally one tries to automate it as much as possible. One release step which is often automated is updating the changelog. We already have git commit messages, so let's gather all the messages since the last tag and "Voilà!" changelog entries for the new version! There is howeve

          • GitHub - orhun/git-cliff: A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - orhun/git-cliff: A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
            • Jump to definition in public repositories - The GitHub Changelog

              June 11, 2019 Jump to definition is now available for a subset of public repositories—supported in Go, JavaScript, Python, Ruby, and TypeScript. Hovering over function and method calls will expose jump-to-definition links for all call sites in the blob content, within the same repository. We use the recently open-sourced semantic library to find definitions and call sites in your code. Learn more

                Jump to definition in public repositories - The GitHub Changelog
              • GitHub Actions - Support for organization-wide required workflows public beta | GitHub Changelog

                GitHub Actions – Support for organization-wide required workflows public beta githubactionsworkflows January 10, 2023 Today, we are announcing public beta of required workflows in GitHub Actions 🎉 Required workflows allow DevOps teams to define and enforce standard CI/CD practices across many source code repositories within an organization without needing to configure each repository individually

                  GitHub Actions - Support for organization-wide required workflows public beta | GitHub Changelog
                • 「Changelogを読んで自分のエンジニアキャリアを作る」というLTのこぼれ話 - BASEプロダクトチームブログ

                  はじめまして!フロントエンドエンジニアのがっちゃん( @gatchan0807 )です。 9月7日にBASE主催で「BASE Engineer 座談会 〜BASEの若手エンジニアがそれぞれの今と未来を語る!〜」というイベントを実施したのですが、その中のLTパートで発表した「Changelogを読んで自分のエンジニアキャリアを作る」でお話しきれなかった部分があったので、そこも含めてお話した内容を記事にまとめなおしました! 当日ご参加いただいてLTを聞かれた方も、そうでない方も、ぜひご覧ください! 「Changelog」と「エンジニアキャリア」がどう繋がるのか 早速この記事でお伝えしたいことから書いてしまうのですが、 Changelogは最新機能だけでなく、未来のビジョンも含めたプロダクトの情報の宝庫で、それらをうまく使えばエンジニアキャリアづくりに活かせる! ということを記事を読んでいただい

                    「Changelogを読んで自分のエンジニアキャリアを作る」というLTのこぼれ話 - BASEプロダクトチームブログ
                  • スレッドセーフでない Dir.chdir の使用を RuboCop で禁止する / マスタカの ChangeLog メモ

                    週刊Railsウォッチ(20200225前編)RubyのShellwordsライブラリは知っておくべき、VCRはやはり有能、copを自作、Hix on Rails記事ほか|TechRacho(テックラッチョ)〜エンジニアの「?」を「!」に〜|BPS株式会社 RuboCopでコードレビュー支援: Net::HTTPを使わせないcop(Hacklines より) そういえば以前業務で似たことをやったので、メモがてら置いておきます。 Dir.chdir はスレッドセーフではない# Sidekiq で Dir.chdir を使ったら、他のジョブと干渉してハマりました。 Feature #9785: Feature Proposal: Dir.chdir Thread Safety - Ruby master - Ruby Issue Tracking System ↑ こちらの Issue を見つ

                    • GitHubで使えるリリースノート(ChangeLog)自動生成ツール3選(2021年版) - Qiita

                      はじめに 皆さんはソフトウェアのリリースノート(ChangeLog)をどのように作成・運用されているでしょうか? もし「作成していない」「手動で作成している」ということであれば、作成にはかなりの工数がかかり、抜け・漏れが発生する可能性がございます。本記事ではそうしたリリースノートの作成の工数を削減し、抜け・漏れを減らすを方法として、GitHubで利用できるリリースノート(ChangeLog)自動生成ツールをご紹介いたします。 対象読者 リリースノートの作成を自動化して楽したいと考えている方々 リリースノート自動生成ツールの紹介 実行環境 Windows (WSL2 Ubuntu-20.04) 1. Spring IO github-changelog-generator 1.1. 概要 Javaのフレームワークとして有名なSpringのChangeLog生成ツール。 Githubのissu

                        GitHubで使えるリリースノート(ChangeLog)自動生成ツール3選(2021年版) - Qiita
                      • vite/packages/vite/CHANGELOG.md at v3.0.0 · vitejs/vite

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          vite/packages/vite/CHANGELOG.md at v3.0.0 · vitejs/vite
                        • The best of Changelog • 2020 Edition

                          CommunityEngineeringThe best of Changelog • 2020 EditionIf you haven’t seen it, the GitHub Changelog helps you keep up-to-date with all the latest features and updates to GitHub. We shipped a tonne of changes last year, and… If you haven’t seen it, the GitHub Changelog helps you keep up-to-date with all the latest features and updates to GitHub. We shipped a tonne of changes last year, and it’s im

                            The best of Changelog • 2020 Edition
                          • Dependabot pull requests pause for inactivity | GitHub Changelog

                            January 12, 2023 What's new? Starting today, Dependabot will pause automated pull request activity if you haven't merged, closed, or otherwise interacted with Dependabot for over 90 days. To resume activity when you're ready, simply interact with Dependabot. This change will help Dependabot be more focused to the repositories you care about. When will Dependabot become paused? This change only app

                              Dependabot pull requests pause for inactivity | GitHub Changelog
                            • remix/CHANGELOG.md at main · remix-run/remix

                              2.9.0 introduces a future.unstable_singleFetch flag to enable to Single Fetch behavior (RFC) in your Remix application. Please refer to the docs for the full detail but the high-level changes to be aware of include: Naked objects returned from loader/action functions are no longer automatically serialized to JSON responses Instead, they'll be streamed as-is via turbo-stream which allows direct ser

                                remix/CHANGELOG.md at main · remix-run/remix
                              • 【Angular8】CHANGELOG.md自動生成「ngx-semantic-version」がとても便利だった | DevelopersIO

                                どうも!大阪オフィスの西村祐二です。 バグを修正したり、機能を追加したりなど日々開発してリリース作業をしていると「CHANGELOG.md」を自動生成、自動更新したり、セマンティックバージョニングでタグを生成する仕組みがほしくなってきました。 いろいろ調べていると「ngx-semantic-version」がコマンド一発で「CHANGELOG.md」の自動生成環境を作ってくれて便利だったので紹介したいと思います。 「ngx-semantic-version」とは リリース作業時によくやるCHANGELOG.mdの更新や、Gitタグを付与する作業などを自動化する環境を構築してくれるライブラリです。 「ngx-semantic-version」を使うと下記のライブラリをいい感じにインストールして環境を作ってくれます。 commitlint Gitのコミットメッセージを規約に従ってるかチェックす

                                  【Angular8】CHANGELOG.md自動生成「ngx-semantic-version」がとても便利だった | DevelopersIO
                                • lerna-changelogでプルリクからCHANGELOGを生成する - ROBOT PAYMENT TECH-BLOG

                                  こんにちは。ROBOT PAYMENTでエンジニアをしているtakamoriです。 私が所属しているチーム(以下、マイページチーム)では、請求先マイページ機能を開発しており、先日、CHANGELOG生成ツールとしてlerna-changelogを導入しました。そこで今回は、lerna-changelogの導入方法を書いていきたいと思います。 lerna-changelogとは lerna-changelogの導入 インストール レポジトリの設定 ラベルの設定 GitHub Personal Access Token (PAT)の設定 PATの取得 PATの設定 lerna-changelogの実行 オプション無指定の場合 オプションを指定する場合 終わりに lerna-changelogとは Lerna が 開発しているプルリクベースの変更ログ生成ツールです。 主に以下の機能を提供していま

                                    lerna-changelogでプルリクからCHANGELOGを生成する - ROBOT PAYMENT TECH-BLOG
                                  • Sunset Notice - Team Discussions | GitHub Changelog

                                    February 8, 2023 Today we are announcing the deprecation of Team Discussions, which will have individual sunset timelines for GitHub.com, API, and GHES users. Please see below for full details. Last year, we introduced Organization Discussions, a way for teams to scope their discussions to the organization-level rather than the repository-level. Today, Organization Discussions has grown to include

                                      Sunset Notice - Team Discussions | GitHub Changelog
                                    • GitHub Issues & Projects - February 23rd update | GitHub Changelog

                                      February 23, 2023 Today’s Changelog brings you updates to workflows, roadmaps, our API and makes cross organization projects a breeze! ➕ Automatically add items from multiple repositories Last month, we shared the latest automation to help you automatically add relevant items to your project! However, if your project pulls from multiple repositories, this wasn’t enough. Today, we’re shipping the a

                                        GitHub Issues & Projects - February 23rd update | GitHub Changelog
                                      • GitHub Actions - Support for configuration variables in workflows | GitHub Changelog

                                        GitHub Actions – Support for configuration variables in workflows githubactionsworkflows January 10, 2023 Today, we are adding support for configuration variables in GitHub Actions 🎉 Previously, you needed to store this configuration data as encrypted secrets in order to reuse values in workflows. While extremely secure, this method did not allow for easy storage and retrieval of non-sensitive co

                                          GitHub Actions - Support for configuration variables in workflows | GitHub Changelog
                                        • GitHub Security Advisories now out of beta and automatic CVE requests | GitHub Changelog

                                          GitHub Security Advisories now out of beta and automatic CVE requests November 14, 2019 GitHub Security Advisories, which launched in beta earlier this year, are now generally available. And we’ve made some exciting changes based on feedback from maintainers. First, we’ve added the ability to automatically request a CVE identifier for any Security Advisory. We’ve also refined the process of creati

                                            GitHub Security Advisories now out of beta and automatic CVE requests | GitHub Changelog
                                          • GitHub Actions: OpenID Connect token now supports more claims for configuring granular cloud access | GitHub Changelog

                                            GitHub Actions: OpenID Connect token now supports more claims for configuring granular cloud access actionsoidc January 10, 2023 OpenID Connect (OIDC) support in GitHub Actions enables secure cloud deployments using short-lived tokens that are automatically rotated for each deployment. Each OIDC token includes standard claims like the audience, issuer, subject and many more custom claims that uniq

                                              GitHub Actions: OpenID Connect token now supports more claims for configuring granular cloud access | GitHub Changelog
                                            • Changelog for 16.9 by gaearon · Pull Request #16254 · facebook/react

                                              React Add <React.Profiler> API for gathering performance measurements programmatically. (@bvaughn in #15172) Remove unstable_ConcurrentMode in favor of unstable_createRoot. (@acdlite in #15532) React DOM Deprecate old names for the UNSAFE_* lifecycle methods. (@bvaughn in #15186 and @threepointone in #16103) Deprecate javascript: URLs as a common attack surface. (@sebmarkbage in #15047) Deprecate

                                                Changelog for 16.9 by gaearon · Pull Request #16254 · facebook/react
                                              • OpenCV 4.7.0のChangeLogを読み解く - Qiita

                                                この記事はOpenCV Advent Calendar 2022の12月33日の記事です。 TL;DR OpenCV 4.7.0が12/29にリリースされました、ということで、そのご紹介。 はじめに 自己紹介 どこにでもいる画像処理エンジニアでした!2023年はどうなるか分かりません!! ChangeLogの場所 OpenCVのChangeLogは、wikiで管理されている。 この修正内容のサマリーをざっくりと読み解いていきたい。こんな対応を入れたんだ、へー、というレベルで。 個人的気になったポイント SPNGライブラリ対応!libpngから完全置き換えもあり? Optimizationの「scalable vector instructions」対応とか、胸がわくわくしますね。そういえば、ARMにもあるんですよね…… https://community.arm.com/arm-commu

                                                  OpenCV 4.7.0のChangeLogを読み解く - Qiita
                                                • Changelog Gallery | By Olvy

                                                  Improve Customer Engagement. Increase New Feature Adoption. Build a Shipping Cadence. Build Credibility... The changelog has been a great way to allow our most passionate customers get regular updates on new features and fixes, they also provide a rallying point for development that keeps us shipping on a regular cadence. Tom, Founder, Outline Our public changelog is integrated into the product wi

                                                    Changelog Gallery | By Olvy
                                                  • JupyterLab Changelog — JupyterLab 4.2.0b0 documentation

                                                    JupyterLab Changelog# v4.1# JupyterLab 4.1 includes a number of new features (described below), bug fixes, and enhancements for extension developers. This release is compatible with extensions supporting JupyterLab 4.0. Extension authors are recommended to consult the Extension Migration Guide which lists deprecations and changes to the public API. Custom CSS# JupyterLab now supports automatic loa

                                                    • Changelog

                                                      Changelog¶ Python next¶ Release date: XXXX-XX-XX Security¶ gh-118486: os.mkdir() on Windows now accepts mode of 0o700 to restrict the new directory to the current user. This fixes CVE-2024-4030 affecting tempfile.mkdtemp() in scenarios where the base temporary directory is more permissive than the default. gh-116741: Update bundled libexpat to 2.6.2 gh-117233: Detect BLAKE2, SHA3, Shake, & truncat

                                                        Changelog
                                                      • ChangeLog メモが Emacs に回帰 - kondoumh のブログ

                                                        ChangeLog メモ書きをかなり前に Emacs から VS Code に移行しました。 blog.kondoumh.com 自分用に VS Code 拡張も作ってました。 blog.kondoumh.com 自宅で MacBook 使う時はデスクトップの片隅に ChangeLog メモ用 VS Code が常駐してます。コード書き用の VS Code が常に数個起動してるので、ChangeLog メモ用環境は分離したくなってきました。 今年のはじめに Rust 環境を Emacs で構築した時にかなり設定をアップデートしてました。 blog.kondoumh.com パッケージの使用宣言を require から use-package に 補完機能を auto-complete から company に サーチを Anything から counsel に メモ書きはやっぱり Ema

                                                          ChangeLog メモが Emacs に回帰 - kondoumh のブログ
                                                        • vite/packages/vite/CHANGELOG.md at main · vitejs/vite

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            vite/packages/vite/CHANGELOG.md at main · vitejs/vite
                                                          1

                                                          新着記事