Skip to content

Commit

Permalink
Merge branch 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed Feb 18, 2023
2 parents 2be54cc + 6d5fe38 commit d7cb757
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -2,10 +2,11 @@ name: Release
'on':
push:
branches:
- '*.x'
- latest
- main
- beta
- alpha
- '*.x'

env:
# Disable husky
Expand Down
6 changes: 4 additions & 2 deletions .releaserc.yml
@@ -1,7 +1,9 @@
branches:
# Maintenance releases
# Maintenance release branches
- '+([0-9])?(.{+([0-9]),x}).x'
# Prereleases
# Release branches
- latest
# Prerelease branches
- name: main
channel: next
prerelease: next
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
Changelog

## [0.0.57](https://github.com/ckapps/math/compare/v0.0.56...v0.0.57) (2023-02-18)


### Bug Fixes

* name prerelease tag for main ([2be54cc](https://github.com/ckapps/math/commit/2be54cceba9dbd4d121b7fa59127b7828f78876e))
* pre-releases from `main` ([73b5b9d](https://github.com/ckapps/math/commit/73b5b9d2df169d64bf52a58a45ff36ba969b287a))
* re-add prerelease to beta ([873368c](https://github.com/ckapps/math/commit/873368cf57305eda8e87d327ebc5affb43e6d9ef))
* use branch `latest` for npm latest dist tag ([97a615b](https://github.com/ckapps/math/commit/97a615b5a95b098151f96fc570e2d4b5163a4920))

## [0.0.56](https://github.com/ckapps/math/compare/v0.0.55...v0.0.56) (2023-02-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@ckapp/math",
"description": "Package of math utilities for JS / TS",
"version": "0.0.56",
"version": "0.0.57",
"license": "MIT",
"author": "Chris",
"bugs": {
Expand Down

0 comments on commit d7cb757

Please sign in to comment.