Skip to content

Commit

Permalink
Fix PR contents
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Aug 8, 2023
1 parent 05f82ae commit fb55f6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
*.swp
*~
.bundle
.byebug_history
.rake_tasks~
.rubocop.yml
.source_index
.vagrant
Gemfile.lock
Vagrantfile
coverage
doc
html
pkg
doc/
html/
pkg/
publish
test/cache.tst
tmp/
.byebug_history
.rubocop.yml
vendor/
6 changes: 3 additions & 3 deletions support/prepare_release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ def as_gha_vars
end

body = <<~EOF_ENV
UPDATE_VERSION="#{new_version}"
UPDATE_TITLE="Update mime-types-data #{release_header}"
UPDATE_BODY="#{history_body}"
UPDATE_VERSION=#{new_version}
UPDATE_TITLE=Update mime-types-data #{release_header}
UPDATE_BODY=#{history_body}
EOF_ENV

File.write(ENV["GITHUB_ENV"], body, mode: "a+")
Expand Down

0 comments on commit fb55f6d

Please sign in to comment.