Skip to content

Commit

Permalink
fix(semantic-release): manually trigger release
Browse files Browse the repository at this point in the history
Related to semantic-release/npm#298
"npm automation tokens cannot create dist-tags #298"
  • Loading branch information
simonfan committed Feb 15, 2021
1 parent d16c3b5 commit b0e4615
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
npm install @orioro/expression
```


# Use cases

## Data querying
Expand Down
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ import { STRING_EXPRESSIONS } from './expressions/string'
import { TYPE_EXPRESSIONS } from './expressions/type'
import { VALUE_EXPRESSIONS } from './expressions/value'

/**
* @todo semantic-release Watch issue related to NPM_TOKEN
* https://github.com/semantic-release/npm/issues/298
* "npm automation tokens cannot create dist-tags #298"
*/

export const ALL_EXPRESSIONS = {
...ARRAY_EXPRESSIONS,
...BOOLEAN_EXPRESSIONS,
Expand Down

0 comments on commit b0e4615

Please sign in to comment.