nebula-plugins / nebula-plugins/nebula-release-plugin

Question: How does nebula-release-plugin tracks version accross different feature branch?

Open
#232 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Groovy
Stars
236
Forks
60
Avg merge
10m
Merged PRs (30d)
4

Description

For example:

  1. On Jenkins CI run for feature/branch-a, inferred version is 1.0.0-dev.30.
  2. On Jenkins CI run for feature/branch-b, inferred version is 1.0.0-dev.31.
  3. On Jenkins CI run for feature/branch-c, inferred version is 1.0.0-dev.21. (recent run but version inferred is lower than previous builds)

Where is that dev # (30, 31, 21) comes from? Just trying to understand and see if we should rely on the version generated or set our own.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names Jenkins CI, feature branches, and the generated development versions but no files or tests. Start by locating the plugin's version-inference entry point and tracing how branch or build history produces the dev number. Done means documenting the source of that number and whether generated versions are safe to rely on.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, groovy
Domain
documentation, release
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.