mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
bump to next alpha
This commit is contained in:
4
Makefile
4
Makefile
@@ -313,9 +313,9 @@ release-plan: _release-plan-versions _release-branch-check _staging-env-check
|
||||
@echo
|
||||
@echo "7. Next alpha:"
|
||||
@echo " - Update version in package.json to $(next-alpha-version)"
|
||||
@echo " - sed -i '' 's/$(current-ts-version)/$(next-alpha-version)/' humanlayer-ts/package.json"
|
||||
@echo " - sed -i '' 's/$(new-version)/$(next-alpha-version)/' humanlayer-ts/package.json"
|
||||
@echo " - Update version in pyproject.toml to $(next-alpha-version)"
|
||||
@echo " - sed -i '' 's/$(current-py-version)/$(next-alpha-version)/' pyproject.toml"
|
||||
@echo " - sed -i '' 's/$(new-version)/$(next-alpha-version)/' pyproject.toml"
|
||||
@echo " - git commit -am 'bump to next alpha'"
|
||||
@echo " - git diff PREVIOUS_TAG | claude -p 'update the changelog' --allowedTools="Edit"
|
||||
@echo " - git push upstream release-$(new-version)"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@humanlayer/sdk",
|
||||
"version": "0.7.9",
|
||||
"version": "0.7.10-alpha.1",
|
||||
"private": false,
|
||||
"description": "typescript client for humanlayer.dev",
|
||||
"main": "./dist/index.cjs",
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies = [
|
||||
"aiohttp>=3.11.10,<4.0.0",
|
||||
]
|
||||
name = "humanlayer"
|
||||
version = "0.7.9"
|
||||
version = "0.7.10-alpha.1"
|
||||
description = "humanlayer"
|
||||
readme = "README.md"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user