Skip to content

Commit dbdc79d

Browse files
committed
Fixup contributing
1 parent 477118a commit dbdc79d

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

3-
[fork]: https://github.com/actions/ai-moderator/fork
4-
[pr]: https://github.com/actions/ai-moderator/compare
3+
[fork]: https://github.com/github/ai-moderator/fork
4+
[pr]: https://github.com/github/ai-moderator/compare
55
[code-of-conduct]: CODE_OF_CONDUCT.md
66

77
Hi there! We're thrilled that you'd like to contribute to this project. Your
@@ -18,9 +18,9 @@ by its terms.
1818
## Found a bug?
1919

2020
- **Ensure the bug was not already reported** by searching on GitHub under
21-
[Issues](https://github.com/actions/ai-moderator/issues).
21+
[Issues](https://github.com/github/ai-moderator/issues).
2222
- If you're unable to find an open issue addressing the problem,
23-
[open a new one](https://github.com/actions/ai-moderator/issues/new). Be sure
23+
[open a new one](https://github.com/github/ai-moderator/issues/new). Be sure
2424
to include a **title and clear description**, as much relevant information as
2525
possible, and a **code sample** or a **reproducible test case** demonstrating
2626
the expected behavior that is not occurring.
@@ -66,24 +66,11 @@ All the concepts from
6666
[the actions/toolkit release docs](https://github.com/actions/toolkit/blob/main/docs/action-versioning.md)
6767
apply. Please read that first!
6868

69-
Once the changes are merged into main, a repository maintainer should:
70-
71-
1. Bump the package version by running
72-
[`npm version [major|minor|patch]`](https://docs.npmjs.com/cli/v7/commands/npm-version).
73-
We adhere to [SemVer 2.0](https://semver.org/spec/v2.0.0.html) to the best of
74-
our ability. Commit the changes to `package.json` and `package-lock.json` and
75-
push them to main.
76-
1. [Draft a new release](https://github.com/actions/ai-moderator/releases/new)
77-
pointing to the ref of the version bump you just made. Publish the release to
78-
the marketplace when complete.
79-
1. Finally: update the corresponding "major tag" (v1, v2, v3, etc) to point to
80-
the specific ref of the release you just made. For example, if we just
81-
released `v1.1.0`, we would rewrite the `v1` tag like this:
82-
83-
```bash
84-
git tag -fa v1 v1.1.0 -m "Update v1 tag to point to v1.1.0"
85-
git push origin v1 --force
86-
```
69+
Once the changes are merged into main, a repository maintainer should
70+
[draft a new release](https://github.com/github/ai-moderator/releases/new)
71+
pointing to the ref of the version bump you just made. Publish the release to
72+
the marketplace when complete. The corresponding major tag (v1, v2, etc) should
73+
be automatically updated.
8774

8875
## Licensed
8976

@@ -104,5 +91,3 @@ of dependencies.
10491
- [Writing good commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
10592

10693
Thanks! :heart: :heart: :heart:
107-
108-
GitHub Actions Team :octocat:

0 commit comments

Comments
 (0)