#177 Take uncommitted changes into account
Closed: Fixed by scoady. Opened by nphilipp.

Story Time

As a packager,

I want rpmautospec to take uncommitted local changes into account,

so that I can try out things before committing them to the official repository.

Acceptance Criteria

  • If there are uncommitted changes, they are treated as if they were in a commit of their own, i.e. they bump the release number by one and generate a changelog entry of their own with a generic log message.

Background

The current code ignores changes not yet committed to git.


Metadata Update from @nphilipp:
- Issue marked as blocking: #144
- Issue tagged with: Changelog Functionality, F35 Change, Non-Official Builds, Release Bumping Algorithm Functionality

Metadata Update from @nphilipp:
- Issue assigned to nphilipp

PR: #181

Commit 61f1df7a fixes this issue

Related Pull Requests