Skip to content

Commit

Permalink
Merge pull request #74 from yast/disable_id_check
Browse files Browse the repository at this point in the history
disable changelog checker
  • Loading branch information
jreidinger authored Jun 4, 2024
2 parents 5dc8f21 + 4941f12 commit 0b91406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Yast::Tasks.configuration do |conf|
conf.skip_license_check << /.*/
end

# Opensuse Micro OS does not require ID for each change, so this check is unnecessary
Rake::Task["osc:sr"].prerequisites.delete("check:changelog")

# this package uses the date versioning in master (for openSUSE Tumbleweed),
# replace the standard yast task implementation
Rake::Task[:'version:bump'].clear
Expand Down

0 comments on commit 0b91406

Please sign in to comment.