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

fix: ビルドバージョンの表示にVersionFetcherを使用するよう修正 #1114

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

MikuroXina
Copy link
Collaborator

Fixes #750.

Type of Change:

コードの修正

Details of implementation (実施内容)

process.env.npm_package_version を使用していた箇所を, VersionFetcher オブジェクトが (package.json 経由で) 取得したバージョン文字列に置き換えました.

@MikuroXina MikuroXina added C-bug Category: bug T-@oreorebot2/bot Type: OreOreBot2 Bot (packages/bot) labels Oct 5, 2023
@MikuroXina MikuroXina requested a review from m1sk9 October 5, 2023 02:47
@MikuroXina MikuroXina self-assigned this Oct 5, 2023
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 5, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: fb17ea7
Status:⚡️  Build in progress...

View logs

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #1114 (fb17ea7) into main (22b39d2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1114   +/-   ##
=======================================
  Coverage   72.43%   72.43%           
=======================================
  Files          80       80           
  Lines        5464     5464           
  Branches      486      486           
=======================================
  Hits         3958     3958           
  Misses       1021     1021           
  Partials      485      485           
Flag Coverage Δ
unittests 72.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@MikuroXina MikuroXina enabled auto-merge (squash) October 5, 2023 03:41
@MikuroXina MikuroXina merged commit bb03b54 into main Oct 12, 2023
23 of 24 checks passed
@MikuroXina MikuroXina deleted the fix/#750 branch October 12, 2023 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug T-@oreorebot2/bot Type: OreOreBot2 Bot (packages/bot)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker 環境上で起動した際にクライアントバージョンが正しく取得できていない
2 participants