Releases: ONLYOFFICE-QA/onlyoffice_github_helper
Releases · ONLYOFFICE-QA/onlyoffice_github_helper
v1.4.0
v1.3.0
1.3.0 (2023-11-24)
New Features
- Add
ruby-3.2
in CI
Changes
- Drop support of
ruby-2.7
, since it's EOL'ed
v1.2.0
1.2.0 (2022-10-26)
Changes
- Allow usage of
octokit
gem 6.0.0 and newer
v1.1.0
1.1.0 (2022-10-11)
New Features
- Add
faraday-retry
gem as dependency to allow automatic retries
v1.0.0
1.0.0 (2022-07-14)
New Features
- Add
yamllint
check in CI - Add
ruby-3.1
to CI
Fixes
- Fix
markdownlint
failure because of oldnodejs
in CI
Changes
- Require
mfa
for releasing gem - Check
dependabot
at 8:00 Moscow time daily - Fix
rubocop-1.28.1
code issues - Drop support of old EOL'ed rubies (
ruby-2.5
andruby-2.6
)
v0.2.0
0.2.0 (2021-01-12)
New Features
- Add support of
rubocop-performance
andrubocop-rake
- Freeze all dependencies versions in
Gemfile.lock
- Add
markdownlint
check in CI - Add
rubocop
check in CI - Add
dependabot
config - Add CI check that 100% code is documented
- Add
ruby-3.0
to CI - Enable
branch
coverage insimplecov
Changes
- Use
GitHub Actions
instead ofTravisCI
- Require ruby 2.5, since older one are EOL'ed
- Drop support of older rubies in CI
- Add missing documentation
- Use
rake
sh
command for releasing gem - Move repo to
ONLYOFFICE-QA
org - CI check use config file, instead of direct env access
- Test coverage is 100%
- Remove support of
codecov
v0.1.1
Fixes
- Fix posting gem to Github Packages
v0.1.0
New Features
- Store folders before files in
file_tree
- Minimal supported ruby is 2.3
- Added
GithubClient.new
user
andpassword
params - Require
codecov
only in CI environments - Cleanup
gemspec
file - Make
rake
development dependency - Add rake task to release gem on github
Fixes
- Correctly handle more than 30 branches\tags
- Correctly handle if file name starts same as folder name