Skip to content

Commit

Permalink
publish as RC
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Feb 15, 2021
1 parent 0da17ce commit 020e6a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
**Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 2.10.0
# 2.10.0-rc.1

- **Deprecations**
- deprecate `pipeable` module, use the specific helpers instead
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts",
"version": "2.10.0",
"version": "2.10.0-rc.1",
"description": "Functional programming in TypeScript",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const exec = (cmd: string, args?: child_process.ExecOptions): TE.TaskEither<Erro
})
})

export const main = exec('npm publish', {
export const main = exec('npm publish --tag=rc', {
cwd: DIST
})

Expand Down

0 comments on commit 020e6a0

Please sign in to comment.