|
1 | | -## Changes to installation process |
| 1 | +## Bug fixes |
2 | 2 |
|
3 | | -- Installation for Linux and MacOS can be done using a bash script. |
4 | | -- Windows install process remains the same, a batch script for that is in progress. |
5 | | - |
6 | | -## Changes to existing features |
7 | | - |
8 | | -- feat: change default url to dabbu-server.herokuapp.com |
9 | | - |
10 | | -## Bug Fixes |
11 | | - |
12 | | -- fix(delete): file name is specified twice in URL [5dcd763] |
13 | | - - remove file name from folder path if there is no regex |
14 | | - |
15 | | -## Code style/formatting |
16 | | - |
17 | | -- style: rename readme, contributing, release notes to lower case [090bc49] |
18 | | - - delete now unused CHANGELOG.md |
19 | | - - remove .prettierignore, .prettierrc |
20 | | -- style: use xo for linting [8c2a2b3] |
21 | | - - run prettier through xo for formatting |
22 | | - - use tabs instead of spaces |
23 | | - - disabled rules complexity, no-unused-vars, max-params, max-depth, object-curly-spacing and unicorn/no-nested-ternary |
24 | | - - run xo while testing |
25 | | -- style: add editorconfig [44957c7] |
| 3 | +- Setup for many providers not working [9e90719] |
26 | 4 |
|
27 | 5 | ## Builds/CI |
28 | 6 |
|
29 | | -- ci: check if version is prerelease by parsing it [efcf617] |
30 | | - - it will contain a dash if it is a prerelease, i.e., 3.0.0-alpha.1 |
31 | | -- ci: run tests instead of checking format [26bc32b] |
32 | | -- feat(scripts): add scripts to bump version and commit [68b3c4f] |
33 | | -- build: remove dev deps while building in CI env |
34 | | -- vendor: remove prettier as dev dependency, add xo |
35 | | - |
36 | | -## Maintainence |
37 | | - |
38 | | -- chore(deps): bump [open](https://github.com/sindresorhus/open) from 8.0.4 to 8.0.5 [c3d2002] |
| 7 | +- ci: release builds only from main branch [2a273f9] |
0 commit comments