Skip to content

Commit

Permalink
Release (#38)
Browse files Browse the repository at this point in the history
* Change release-it to use admin token to push to protected branch

* [RELEASE]: copc-lib v1.2.0

Co-authored-by: CCInc <CCInc@users.noreply.github.com>
  • Loading branch information
clee-ai and CCInc authored Sep 19, 2021
1 parent 09550c9 commit 52e778f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- run: npm install --global release-it @release-it/bumper
- run: release-it --ci --increment "${{ github.event.inputs.releaseLevel }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADMIN_CI }}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(copc-lib VERSION 1.1.0)
project(copc-lib VERSION 1.2.0)

find_package(lazperf REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="copclib",
version="1.1.0",
version="1.2.0",
author="Rock Robotic Inc.",
author_email="support@rockrobotic.com",
description="A python interface to Cloud-Optimized Point Clouds (COPC)",
Expand Down

0 comments on commit 52e778f

Please sign in to comment.