GitXplorerGitXplorer
a

test-semantic-release

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
97b1aad166de2f7b5104e0056be41d851e29acfb

chore(release): 1.6.1 [skip ci]

ssemantic-release-bot committed 10 months ago
Unverified
50c865d225626243dd7d5f384fcb472906d2244c

chore: add comment

aaquint-zama committed 10 months ago
Unverified
4f7b8f26da274eeb1dd80eb25a0884ada7ed02b0

fix: add more void

aaquint-zama committed 10 months ago
Unverified
3b90cf8fdbe70fdf6bdc5f1404f2ac62ee669d49

refactor: remove Rust files and only keep python one

aaquint-zama committed 10 months ago
Unverified
98ed04389cc7f46d48bbef5db50955bd1ce8418b

ci: fix dependabot config

aaquint-zama committed 10 months ago
Unverified
9cd208bc52eb357e7e46c17dfa574442ceed610d

ci: fix dependabot config

aaquint-zama committed a year ago

README

The README file for this repository.

Test Semantic Release

This is a test project to automate the release process locally or in CI.

Install

docker run --platform linux/amd64  --rm   -v "$PWD":/data --entrypoint /bin/bash  -it -v $SSH_AUTH_SOCK:${SSH_AUTH_SOCK} -e SSH_AUTH_SOCK=${SSH_AUTH_SOCK} node:slim
apt-get update && apt-get install -y git
npm install @semantic-release/exec -D
npm install @semantic-release/changelog -D
npm install @semantic-release/git -D
npm install @semantic-release/github -D

Local test

run inside docker:

cd data
do some commits (feat|fix|chore...)
npx semantic-release -b main --no-ci

CI test

Launch a manual workflow Release and choose the target branch.

Customize

You could customize the .releaserc or publish.sh script to whatever you want.