Tags · coder/code-server · GitHub
Skip to content

Tags: coder/code-server

Tags

v4.117.0

Toggle v4.117.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Update brace-expansion to 1.1.14

v4.116.0

Toggle v4.116.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize builtin copilot extension (#7757)

v4.115.0

Toggle v4.115.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Code to 1.115.0 (#7748)

v4.114.1

Toggle v4.114.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Preserve permissions with rsync

This is mostly just because if the opts are empty, it seems to error in
macOS for some reason...(rsync_opts[@]: unbound variable).

v4.114.0

Toggle v4.114.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Code to 1.114.0 (#7735)

v4.113.1

Toggle v4.113.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Copy correct Node into release

Still had the old code that copied the system Node, which in the case of
cross-compilation will be the wrong one.  Instead copy the one VS Code
downloads, which should be for the correct platform.

v4.113.0

Toggle v4.113.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Prune dev dependencies when building release

v4.113.0-rc.3

Toggle v4.113.0-rc.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Prune dev dependencies when building release

v4.113.0-rc.2

Toggle v4.113.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Use tag env var in npm publish

v4.113.0-rc.1

Toggle v4.113.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Use inputs instead of github.event.inputs

Just to be consistent with the other workflow.  They are the same except
inputs treats booleans as booleans instead of strings, which seems like
it might be better anyway.