std::string getShortDescription() const
Getter for the short description.
Definition changelogentry.cpp:24
int issue_
GitHub issue addressed by this change, or -1 if not related to any issue.
Definition changelogentry.h:74
ChangeType
Represents the type of change for a changelog entry.
Definition changelogentry.h:19
ChangeType type_
Type of this change.
Definition changelogentry.h:68
ChangeType getType() const
Getter for the change type.
Definition changelogentry.cpp:19
bool operator<(const ChangelogEntry &other) const
Compares this and other by their type.
Definition changelogentry.cpp:44
int pull_request_
GitHub pull request responsible for this change or -1 if not related to a PR.
Definition changelogentry.h:76
int getIssue() const
Getter for the GitHub issue ID.
Definition changelogentry.cpp:34
std::string short_description_
Short description of the change.
Definition changelogentry.h:70
std::string getLongDescription() const
Getter for the long description.
Definition changelogentry.cpp:29
std::string long_description_
Optional: A more detailed description or an explanation.
Definition changelogentry.h:72
int getPullRequest() const
Getter for the GitHub pull request ID.
Definition changelogentry.cpp:39