Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(README.md): add note regarding multiple tags#461

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 1 commit intomainfromcj/update-readme
Nov 5, 2025
Merged
Changes fromall commits
Commits
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
8 changes: 7 additions & 1 deletionREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -87,15 +87,21 @@ To run these integration tests locally:
> For example, `CODER_IMAGE=example.com/repo/coder CODER_VERSION=foobar make test-integration`.

### How to create a new release

> [!Warning]
> Before creating a new release, make sure you have pulled the latest commit from the main branch i.e. `git pull origin main`
>
> - Before creating a new release, make sure you have pulled the latest commit from the main branch i.e. `git pull origin main`
> - If you have already published a previous tag, make sure you do not tag the same commit with the new tag.
> See: [goreleaser-action/512](https://github.com/goreleaser/goreleaser-action/issues/512)

1. Create a new tag with a version number (following semantic versioning):

```console
git tag -a v2.1.2 -m "v2.1.2"
```

2. Push the tag to the remote repository:

```console
git push origin tag v2.1.2
```
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp