Skip to content

Conversation

@koppor
Copy link
Member

@koppor koppor commented May 10, 2025

Fixes #13000

I hope, the fix is "only" to configure alpha2 as tag 😅

Current output of GitVersion:

 {
  "Major": 6,
  "Minor": 0,
  "Patch": 0,
  "PreReleaseTag": "alpha.75",
  "PreReleaseTagWithDash": "-alpha.75",
  "PreReleaseLabel": "alpha",
  "PreReleaseLabelWithDash": "-alpha",
  "PreReleaseNumber": 75,
  "WeightedPreReleaseNumber": 16075,
  "BuildMetaData": null,
  "BuildMetaDataPadded": "",
  "FullBuildMetaData": "Branch.main.Sha.e0f9e8688c0959867b55a64c834f9d69f57ccb12",
  "MajorMinorPatch": "6.0.0",
}

That means, it does not include "alpha2" somehow.

Mandatory checks

  • I own the copyright of the code submitted and I license it under the MIT license
  • Change in CHANGELOG.md described in a way that is understandable for the average user (if change is visible to the user)
  • [/] Tests created for changes (if applicable)
  • [/] Manually tested changed features in running JabRef (always required)
  • [/] Screenshots added in PR description (if change is visible to the user)
  • [/] Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • [/] Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

@koppor
Copy link
Member Author

koppor commented May 10, 2025

Output - seems to be OK. - Will merge, because hotfix

{
  "Major": 6,
  "Minor": 0,
  "Patch": 0,
  "PreReleaseTag": "alpha2.83",
  "PreReleaseTagWithDash": "-alpha2.83",
  "PreReleaseLabel": "alpha2",
  "PreReleaseLabelWithDash": "-alpha2",
  "PreReleaseNumber": 83,
  "WeightedPreReleaseNumber": 16083,
  "BuildMetaData": null,
  "BuildMetaDataPadded": "",
  "FullBuildMetaData": "Branch.gitbutler-workspace.Sha.75801533b1d4c7d1465d9f982d9aebf2beb338c1",
  "MajorMinorPatch": "6.0.0",
  "SemVer": "6.0.0-alpha2.83",
  "LegacySemVer": "6.0.0-alpha2-83",
  "LegacySemVerPadded": "6.0.0-alpha2-0083",
  "AssemblySemVer": "6.0.16083",
  "AssemblySemFileVer": "6.0.0.0",
  "FullSemVer": "6.0.0-alpha2.83",
  "InformationalVersion": "6.0-alpha2.83--2025-05-10--7580153",
  "BranchName": "gitbutler/workspace",
  "EscapedBranchName": "gitbutler-workspace",
  "Sha": "75801533b1d4c7d1465d9f982d9aebf2beb338c1",
  "ShortSha": "7580153",
  "NuGetVersionV2": "6.0.0-alpha2-0083",
  "NuGetVersion": "6.0.0-alpha2-0083",
  "NuGetPreReleaseTagV2": "alpha2-0083",
  "NuGetPreReleaseTag": "alpha2-0083",
  "VersionSourceSha": "6d0d78716893cc09577a957d111d62ba2dfbefd0",
  "CommitsSinceVersionSource": 83,
  "CommitsSinceVersionSourcePadded": "0083",
  "UncommittedChanges": 4,
  "CommitDate": "2025-05-10"
}

@koppor koppor marked this pull request as ready for review May 10, 2025 15:53
@koppor koppor merged commit 52913d6 into main May 10, 2025
@koppor koppor deleted the fix-git-version branch May 10, 2025 15:53
@github-actions
Copy link
Contributor

The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build.

@trag-bot
Copy link

trag-bot bot commented May 10, 2025

@trag-bot didn't find any issues in the code! ✅✨

@trag-bot
Copy link

trag-bot bot commented May 10, 2025

@trag-bot didn't find any issues in the code! ✅✨

Siedlerchr added a commit that referenced this pull request May 12, 2025
…ddLobidIsbnFetcher

* 'addLobidIsbnFetcher' of github.com:JabRef/jabref: (26 commits)
  Bump com.konghq:unirest-java-core from 4.4.6 to 4.4.7 (#13104)
  Bump ai.djl:bom from 0.32.0 to 0.33.0 (#13106)
  Bump org.openrewrite.rewrite from 7.5.0 to 7.6.1 (#13105)
  Bump com.tngtech.archunit:archunit-junit5-engine from 1.4.0 to 1.4.1 (#13103)
  Bump com.konghq:unirest-modules-gson from 4.4.6 to 4.4.7 (#13102)
  Bump jablib/src/main/resources/csl-styles from `b8070a7` to `9b777f6` (#13101)
  Refine http sever doc (#13100)
  Add type "Bug" (#13099)
  Fix dash
  feat: select correct tab for creation of new entry (#13087) (#13091)
  Add missing empty line
  Fix notarization flag (#13095)
  Add more options to ADR-044 (#13098)
  Update year (#13097)
  Add ADR for migration from Apache Commons to Picocli (#13096)
  fix-localization (#13092)
  Fix condition for "comment-on-pr"
  fix-git-version (#13093)
  hotfix: enable ea build also on label added
  Check label "dev: binary" for upload to builds.jabref.org (#13086)
  ...
@subhramit subhramit added the dev: hotfix High-level fix for a bug, may need root-cause investigation in future. label May 12, 2025
@koppor koppor mentioned this pull request Jun 5, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev: hotfix High-level fix for a bug, may need root-cause investigation in future.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

alpha2 treated as another version when installed

3 participants