Skip to content

Commit

Permalink
Preparing release 0.14.0
Browse files Browse the repository at this point in the history
- rake tag makes anotated tags
- fixing file permissions of button.colVis.js
  • Loading branch information
robertcheramy committed Jun 28, 2024
1 parent cc9dee0 commit 1c30233
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

desc 'Tag the release'
task :tag do
system "git tag #{gemspec.version}"
system "git tag #{gemspec.version} -m 'Release #{gemspec.version}'"
end

desc 'Push to rubygems'
Expand Down
3 changes: 3 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ and make sure `bundle exec rake` passes after it.

If you change some code => Restart the release process at the beginning ;-)

## Make sure the file permissions are correct
Run `bundle exec rake chmod`

## Test, test test!
Run `bundle exec rake` on the git repository to check the code against rubocop and rund the
defined tests in `/spec`.
Expand Down
Empty file modified lib/oxidized/web/public/weblibs/buttons.colVis.js
100755 → 100644
Empty file.

0 comments on commit 1c30233

Please sign in to comment.