Skip to content

Commit

Permalink
Exclude noble stemcell from release notes for now
Browse files Browse the repository at this point in the history
* the version will show up as "latest" in the release notes which is not helpful
  • Loading branch information
jochenehret committed Dec 9, 2024
1 parent 299af29 commit e0570b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def self.find_ops_files(repo_dir)
)

opsfile_list = ops_files_and_directories.select do |fd|
File.file?(fd) unless fd.match(/(use-compiled-releases.yml|test\/fips-stemcell.yml)/)
File.file?(fd) unless fd.match(/(use-compiled-releases.yml|test\/fips-stemcell.yml|experimental\/use-noble-stemcell.yml)/)
end

opsfile_list.map { |opsfile| opsfile.gsub!("#{repo_dir}/operations/", '') }
Expand Down

0 comments on commit e0570b3

Please sign in to comment.