Skip to content

Commit

Permalink
release: 1.0.3 (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware authored Jan 1, 2023
1 parent 4c11bde commit e950e2c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.3](https://github.com/flex-development/pathe/compare/1.0.2...1.0.3) (2023-01-01)


### :package: Build

* **deps-dev:** Bump cspell from 6.18.0 to 6.18.1 ([#6](https://github.com/flex-development/pathe/issues/6)) ([e6343ee](https://github.com/flex-development/pathe/commit/e6343eea139e7166eae11e372479f17a7f75b971))
* **deps:** bump @flex-development/errnode from 1.0.1 to 1.2.0 ([4c11bde](https://github.com/flex-development/pathe/commit/4c11bde87439d20c48e45214ef75cc83fcbe52e1))

## [1.0.2](https://github.com/flex-development/pathe/compare/1.0.1...1.0.2) (2022-12-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/pathe",
"description": "Universal drop-in replacement for node:path",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"backslash",
"filesystem",
Expand Down
20 changes: 11 additions & 9 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

# Local Release Workflow

# 1. run tests
# 2. pack project
# 3. get new package version
# 4. get release branch name
# 5. switch to release branch
# 6. stage changes
# 7. commit changes
# 8. push release branch to origin
# 9. cleanup
# 1. run typecheck
# 2. run tests
# 3. pack project
# 4. get new package version
# 5. get release branch name
# 6. switch to release branch
# 7. stage changes
# 8. commit changes
# 9. push release branch to origin
# 10. cleanup

yarn typecheck
yarn test:cov
yarn pack -o %s-%v.tgz
VERSION=$(jq .version package.json -r)
Expand Down

0 comments on commit e950e2c

Please sign in to comment.