Skip to content

Commit 911ee95

Browse files
Merge pull request #85 from stytchauth/jordan/licensing
Last minute touch ups before going public
2 parents b3fa4b0 + 5276070 commit 911ee95

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
CLIFF_VERSION="2.12.0"
4141
curl -sSfL \
42-
"https://github.com/orhun/git-cliff/releases/download/v${CLIFF_VERSION}/git-cliff-x86_64-unknown-linux-musl.tar.gz" \
42+
"https://github.com/orhun/git-cliff/releases/download/v${CLIFF_VERSION}/git-cliff-${CLIFF_VERSION}-x86_64-unknown-linux-musl.tar.gz" \
4343
-o /tmp/git-cliff.tar.gz
4444
tar -xzf /tmp/git-cliff.tar.gz -C /tmp
4545
sudo mv $(find /tmp -name 'git-cliff' -type f -maxdepth 3) /usr/local/bin/git-cliff
@@ -75,7 +75,7 @@ jobs:
7575
git config user.email "github-actions[bot]@users.noreply.github.com"
7676
git checkout -b "$BRANCH"
7777
git add CHANGELOG.md
78-
git commit -m "chore: update changelog for ${VERSION}"
78+
git commit -m "feat: Release version ${VERSION}"
7979
git push origin "$BRANCH"
8080
8181
# Build the PR body: header + generated changelog entry

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Thank you for your interest in contributing! We welcome contributions from the community.
44

5+
All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.
6+
57
## How to Contribute
68

79
- **Bug Reports & Feature Requests:**

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 stytchauth
3+
Copyright (c) 2026 Twilio Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)