Skip to content

Commit

Permalink
fix(core): output paths still use windows separator on linux / mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 27, 2021
1 parent 99945f8 commit ed1c53a
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 37,675 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,66 @@
# [0.2.0-dev.7](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0-dev.6...v0.2.0-dev.7) (2021-04-26)


### Bug Fixes

* **repo:** deployment errors ([0d92c44](https://github.com/nx-dotnet/nx-dotnet/commit/0d92c4408ecc4e49a30544b927771cd8329f6b1e))


### Features

* **core:** semantic-release ([799dc55](https://github.com/nx-dotnet/nx-dotnet/commit/799dc557d168dbc8fa5cf2741d99c12c1ddbaa54))
* **repo:** semantic-release ([895eb22](https://github.com/nx-dotnet/nx-dotnet/commit/895eb22b15c1078687b68ec63b1d2d577a642ecd))

# [0.2.0-dev.6](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0-dev.5...v0.2.0-dev.6) (2021-04-26)


### Bug Fixes

* **core:** misc ([7661829](https://github.com/nx-dotnet/nx-dotnet/commit/76618298474f555d4fb950fdbe69b8a2c65539f5))

# [0.2.0-dev.5](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0-dev.4...v0.2.0-dev.5) (2021-04-26)


### Features

* **core:** fix CD ([9d5b787](https://github.com/nx-dotnet/nx-dotnet/commit/9d5b787af0537946f640820c003e70275df4bda6))
* **utils:** update jsdocs ([83bec44](https://github.com/nx-dotnet/nx-dotnet/commit/83bec448776d01de4c4b38b63501a3f075f1f488))

# [0.2.0-dev.5](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0-dev.4...v0.2.0-dev.5) (2021-04-26)


### Features

* **core:** fix CD ([9d5b787](https://github.com/nx-dotnet/nx-dotnet/commit/9d5b787af0537946f640820c003e70275df4bda6))

# [0.2.0-dev.4](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0-dev.3...v0.2.0-dev.4) (2021-04-26)


### Features

* **core:** fix deployments ([561f462](https://github.com/nx-dotnet/nx-dotnet/commit/561f462e288c3a6eae35683ff8e5e6eeae0b73f1))

# [0.2.0-dev.3](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0-dev.2...v0.2.0-dev.3) (2021-04-26)


### Features

* **core:** test sr deployment ([fbc5bbf](https://github.com/nx-dotnet/nx-dotnet/commit/fbc5bbf6665a91b44356a518452650596aad3292))

# [0.2.0-dev.2](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0-dev.1...v0.2.0-dev.2) (2021-04-26)


### Bug Fixes

* **core:** output paths still use windows separator on linux / mac ([b729fed](https://github.com/nx-dotnet/nx-dotnet/commit/b729fed5116feaeae7bcc13c35aceeed1dbfe16c))
* **core:** packages not published by last CI run ([d07b9f3](https://github.com/nx-dotnet/nx-dotnet/commit/d07b9f306677110c491da2c9a2eb075d79835c1a))


### Features

* **ci:** fix publish script ([4c6e91a](https://github.com/nx-dotnet/nx-dotnet/commit/4c6e91ab6e9450542f7bbce5c81a5ad482a5aea1))
* **core:** tag nx-dotnet projects ([6442d94](https://github.com/nx-dotnet/nx-dotnet/commit/6442d94dd82e30d0b6537e97eddbcccedd799ef9))

# [0.2.0-dev.1](https://github.com/nx-dotnet/nx-dotnet/compare/v0.1.4...v0.2.0-dev.1) (2021-04-26)


Expand Down
6 changes: 5 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const Configuration = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-enum': [1, 'always', ['repo', 'dotnet', 'core', 'typescript', 'ci']],
'scope-enum': [
1,
'always',
['repo', 'dotnet', 'core', 'typescript', 'ci', 'release'],
],
'type-enum': [1, 'always', ['test', 'docs', 'chore', 'feat', 'fix']],
},
};
Expand Down
Loading

0 comments on commit ed1c53a

Please sign in to comment.