We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenTween/CHANGELOG.txt
Lines 3 to 12 in 3708077
git fetch origin
git switch -C develop origin/develop
CHANGELOG.txt
v3.8.0
OpenTween/Properties/AssemblyInfo.cs
AssemblyVersion
3.8.0.0
git add CHANGELOG.txt OpenTween/Properties/AssemblyInfo.cs
git commit -m 'OpenTween v3.8.0 リリース'
git switch -C release origin/release
git merge develop
git tag -s -m 'OpenTween 3.8.0' OpenTween_v3.8.0 HEAD
msbuild /p:Configuration=Release /p:DebugType=None /t:restore,build
.\tools\build-zip-archive.ps1 -BinDir .\OpenTween\bin\Release\net48\ -DestPath ..\OpenTween_3.8.0.zip
git switch develop
Unreleased
3.8.0.1
appveyor.yml
version
3.8.0.{build}
git add appveyor.yml CHANGELOG.txt OpenTween/Properties/AssemblyInfo.cs
git commit -m 'バージョン v3.8.1-dev 開発開始'
git push origin OpenTween_v3.8.0 develop release
version.txt
The text was updated successfully, but these errors were encountered:
/p:DebugType=None
Build success! Name : MSBuild.exe ProductVersion : 17.8.3+195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22 Name : csc.exe ProductVersion : 4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a Name : RuntimeVersion Value : 4.8.9186.0 Name : SOURCE_DATE_EPOCH Value : 11/28/2023 3:56:21 PM Algorithm : SHA256 Hash : B5F857134400485AA512D7A4968E72DD151C57D31334E0D568704D1B8F65D99E Path : D:\a\OpenTween\OpenTween\OpenTween.zip
Sorry, something went wrong.
upsilon
No branches or pull requests
リリース対象バージョン
OpenTween/CHANGELOG.txt
Lines 3 to 12 in 3708077
手順
https://ci.appveyor.com/project/upsilon/opentween/history
git fetch origin
git switch -C develop origin/develop
CHANGELOG.txt
にv3.8.0
のリリース日を記入OpenTween/Properties/AssemblyInfo.cs
のAssemblyVersion
を3.8.0.0
に変更git add CHANGELOG.txt OpenTween/Properties/AssemblyInfo.cs
git commit -m 'OpenTween v3.8.0 リリース'
git switch -C release origin/release
git merge develop
git tag -s -m 'OpenTween 3.8.0' OpenTween_v3.8.0 HEAD
msbuild /p:Configuration=Release /p:DebugType=None /t:restore,build
.\tools\build-zip-archive.ps1 -BinDir .\OpenTween\bin\Release\net48\ -DestPath ..\OpenTween_3.8.0.zip
git switch develop
CHANGELOG.txt
にUnreleased
の行を追加OpenTween/Properties/AssemblyInfo.cs
のAssemblyVersion
を3.8.0.1
に変更appveyor.yml
のversion
を3.8.0.{build}
に変更git add appveyor.yml CHANGELOG.txt OpenTween/Properties/AssemblyInfo.cs
git commit -m 'バージョン v3.8.1-dev 開発開始'
git push origin OpenTween_v3.8.0 develop release
https://github.com/opentween/OpenTween/actions?query=branch%3Arelease
OSDN https://osdn.jp/projects/opentween/releases/admin/(Webサイト障害のため後回し)version.txt
を更新するThe text was updated successfully, but these errors were encountered: