diff --git a/CHANGELOG.md b/CHANGELOG.md index 46eeaa33..7c0a64c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. * Switch to npm workspace and vite and thereby drop yarn, lerna and webpack * Restructure project: All code is moved to packages directory * Update and clean-up all dependencies -* Use monaco-editor in examples +* Use monaco-editor in examples instead of monaco-editor-core * README is fully updated ## [0.18.1] - 2022-03-21 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56abf2fc..17060f41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,8 @@ A new maintainer should be listed as [a current maintainer](#current-maintainers ### Releasing +**TODO: This is outdated and needs to be discussed.** + For simplicity, each release should bump the minor version. - Publish: diff --git a/README.md b/README.md index 036b41b7..ee00fca9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Gitpod - Code Now](https://img.shields.io/badge/Gitpod-code%20now-blue.svg?longCache=true)](https://gitpod.io#https://github.com/TypeFox/monaco-languageclient) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?longCache=true)](https://github.com/TypeFox/monaco-languageclient/labels/help%20wanted) -[![Build Status](https://travis-ci.org/TypeFox/monaco-languageclient.svg?branch=master)](https://travis-ci.org/TypeFox/monaco-languageclient) +[![monaco-languageclient](https://github.com/TypeFox/monaco-languageclient/actions/workflows/actions.yml/badge.svg)](https://github.com/TypeFox/monaco-languageclient/actions/workflows/actions.yml) [![NPM Version](https://img.shields.io/npm/v/monaco-languageclient.svg)](https://www.npmjs.com/package/monaco-languageclient) [![NPM Download](https://img.shields.io/npm/dt/monaco-languageclient.svg)](https://www.npmjs.com/package/monaco-languageclient) @@ -24,7 +24,7 @@ ### Project Modernization -From release 0.19.0 onward the project switched to npm workspaces. We no longer require yarn, lerna and webpack. Mostly therefore we the list of `devDependencies` is substantially shorter. All code has been moved to [./packages](./packages) directory. +From release 0.19.0 onward the project switched to npm workspaces. We no longer require yarn, lerna and webpack. Mostly therefore we the list of `devDependencies` is substantially shorter. All code has been moved to [./packages](./packages) directory. As before the library code is just compiled with the TypeScript compiler and the library is now packaged with npm. The need for bundling does no longer exist for the example. The compiled code is either executed by node or the web/client related code/pages are served with [vite.js](https://vitejs.dev/). diff --git a/packages/client/README.md b/packages/client/README.md index e5b7c212..2443b952 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -1,7 +1,7 @@ # Monaco Language Client [![Gitpod - Code Now](https://img.shields.io/badge/Gitpod-code%20now-blue.svg?longCache=true)](https://gitpod.io#https://github.com/TypeFox/monaco-languageclient) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?longCache=true)](https://github.com/TypeFox/monaco-languageclient/labels/help%20wanted) -[![Build Status](https://travis-ci.org/TypeFox/monaco-languageclient.svg?branch=master)](https://travis-ci.org/TypeFox/monaco-languageclient) +[![monaco-languageclient](https://github.com/TypeFox/monaco-languageclient/actions/workflows/actions.yml/badge.svg)](https://github.com/TypeFox/monaco-languageclient/actions/workflows/actions.yml) [![NPM Version](https://img.shields.io/npm/v/monaco-languageclient.svg)](https://www.npmjs.com/package/monaco-languageclient) [![NPM Download](https://img.shields.io/npm/dt/monaco-languageclient.svg)](https://www.npmjs.com/package/monaco-languageclient) @@ -14,4 +14,4 @@ See [here](https://github.com/TypeFox/monaco-languageclient/blob/master/README.m For the history please see the [main repository](https://github.com/TypeFox/monaco-languageclient/blob/master/CHANGELOG.md). ## License -[MIT](https://github.com/TypeFox/monaco-languageclient/blob/master/License.txt) \ No newline at end of file +[MIT](https://github.com/TypeFox/monaco-languageclient/blob/master/License.txt)