Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): move releasing to GitHub Actions MONGOSH-1871 #2309

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e2d6ee5
WIP: individual publishing of packages
gagik Dec 10, 2024
f759846
use 2.3.7
gagik Dec 18, 2024
2296340
update package-lock.json and packages
gagik Dec 18, 2024
546574a
restore changes
gagik Dec 19, 2024
f71c326
wip
gagik Dec 19, 2024
dfa6d5c
switch to bump script
gagik Dec 30, 2024
f54e208
check if bump is necessary for installs
gagik Dec 30, 2024
b55f0e8
add publish-packages
gagik Dec 31, 2024
986305e
remove package.json changes
gagik Dec 31, 2024
7eab63a
Update .github/workflows/release-packages.yml
gagik Dec 31, 2024
b2335d9
fix removed compass skip
gagik Dec 31, 2024
871a99c
switch to use app token
gagik Dec 31, 2024
1cbc99a
use bump in install script
gagik Dec 31, 2024
7d5b099
remove bump step
gagik Dec 31, 2024
908ec91
align with future release move changes
gagik Jan 6, 2025
9f4b462
fix naming
gagik Jan 6, 2025
a0c7dee
re-add bump
gagik Jan 6, 2025
723dff1
use npx and use tags in all cases
gagik Jan 8, 2025
2a569ce
use monorepo tools as dependency
gagik Jan 8, 2025
f5bd303
remove bump, use version
gagik Jan 8, 2025
5ffec0d
use a shell-api constant and switch to 2.3.8
gagik Jan 10, 2025
0df1e98
set all packages to 2.3.8
gagik Jan 10, 2025
b9a1726
revert to dev version
gagik Jan 10, 2025
4fa2164
use 2.3.8
gagik Jan 10, 2025
75bc72d
fix tests and match with mongosh --version
gagik Jan 10, 2025
0feeebe
add bumping
gagik Jan 2, 2025
25df857
WIP: move parts of release to GitHub Actions
gagik Jan 6, 2025
68f93dd
use publish
gagik Jan 6, 2025
a6e3cbe
remove no-tagging
gagik Jan 6, 2025
fb65c9a
add setting release publisher to the publish step
gagik Jan 14, 2025
f220798
add spaces
gagik Jan 14, 2025
f62b2a8
set the release submitter papertrail in evergreen
gagik Jan 14, 2025
837e516
add papertrail submitter from package.json
gagik Jan 14, 2025
e880d36
feat: update docs, remove triggers, requrie publisher, use tag-based …
gagik Jan 14, 2025
68c0e09
refactor(ci): use more object-oriented structure during publishing an…
gagik Jan 16, 2025
233a4b4
fix(ci): use path.join to fix cross-platform test failures
gagik Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/release-packages.yml
Co-authored-by: Nikola Irinchev <[email protected]>
gagik and nirinchev committed Jan 15, 2025

Verified

This commit was signed with the committer’s verified signature.
gagik Gagik Amaryan
commit 7eab63a17103d25187fc7ebd870fe4e76051d83f
5 changes: 1 addition & 4 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
@@ -18,14 +18,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# don't checkout a detatched HEAD
ref: ${{ github.head_ref }}

# this is important so git log has the whole history
fetch-depth: '0'

- name: Setup git
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"