Skip to content
DataMiner Dojo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Where to define the version information for package projects

Solved55 views1 day agoGitHub Actions package
4
Michiel Saelen [SLC] [DevOps Enabler]5.83K 1 day ago 0 Comments

Based on the documentation the version information of a package will be overwritten when GitHub workflows are used (see link and screenshot below). To me it is not completely clear how this works. Is it the reusable workflow that does this or the ‘dotnet publish’ step that you can use in a workflow? In addition, what content will be used to overwrite the version comment?

Michiel Saelen [SLC] [DevOps Enabler] Selected answer as best 1 day ago

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Michiel Oda [SLC] [DevOps Enabler]3.70K Posted 1 day ago 0 Comments

Hi Michiel

This is indeed not fully clear in the documentation.

This will only be overwritten when using the reusable workflows that Skyline provides. If you create your own workflow and do the ‘dotnet publish’ yourself, then you can also set the VersionComment via the command like regular MSBuild properties:

– name: Publish Release
env:
DATAMINER_TOKEN: ${{ secrets.DATAMINER_TOKEN }}
shell: pwsh
run: |
dotnet publish `
-p:Version=”${{ github.ref_name }}” `
-p:VersionComment=”CUSTOM COMMENT” `
-p:CatalogPublishKeyName=”DATAMINER_TOKEN” `
-p:CatalogDefaultDownloadKeyName=”DATAMINER_TOKEN” `
-c Release `

Regarding the content when it’s done via the reusable workflows:

  • If the release was made via creating a tag (without using the GitHub Releases):
    • It will try to fallback and use the git commit message or the tag value.
  • If the release was made via creating the release on the UI of GitHub (and creating the tag at the same time), then the description of that release will be used.
    • This also allows to use markdown to have more flexibility in how you want to format the text.
Michiel Saelen [SLC] [DevOps Enabler] Selected answer as best 1 day ago
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs