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

deprecate CHANGELOG, improve release action, PR template, Contributing doc #2621

Merged
merged 29 commits into from
Jun 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b8defda
update automated github release
twelch Jun 14, 2024
156431b
deprecate CHANGELOG, update CONTRIBUTING
twelch Jun 17, 2024
41a25d1
update release instructions
twelch Jun 18, 2024
f836b4a
release notes nit
twelch Jun 18, 2024
5e176f7
Clarify prerelease name and how to create release branch.
twelch Jun 19, 2024
1fb42e6
enhance pull request template
twelch Jun 19, 2024
7a4968c
answer question in the template
twelch Jun 19, 2024
95e2ac6
update release steps
twelch Jun 21, 2024
71cea09
nit
twelch Jun 21, 2024
ba738f5
clarify release steps
twelch Jun 21, 2024
0150607
update test instruction
twelch Jun 21, 2024
7852b3a
update readme generation docs
twelch Jun 21, 2024
551156d
clarify release file changes
twelch Jun 21, 2024
f9f39ff
make version stage command more specific
twelch Jun 21, 2024
3839d53
clarify jsdoc update task in PR template
twelch Jun 21, 2024
2f639d0
clarify www release step
twelch Jun 21, 2024
e5b4fb4
clarify prerelease semver
twelch Jun 22, 2024
aa2c48c
clarify pull request template testing
twelch Jun 22, 2024
eca85aa
clarify jsdoc comments in pr template
twelch Jun 22, 2024
c2a102f
Update how to contribute docs, simplify pull request template
twelch Jun 22, 2024
dcdca73
improve contributing
twelch Jun 22, 2024
3e91f6b
polish
twelch Jun 22, 2024
84ac227
improve lerna version command
twelch Jun 22, 2024
9018e11
polish
twelch Jun 22, 2024
f324c73
fix step order
twelch Jun 22, 2024
c73206a
Merge branch 'master' into update-release
twelch Jun 22, 2024
76a0298
extraneous close tag
twelch Jun 22, 2024
95276b2
clarify permissions
twelch Jun 22, 2024
9b65aae
clarify install
twelch Jun 23, 2024
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
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ jobs:

- name: Create Github Release
uses: softprops/action-gh-release@v2
with:
make_latest: true
generate_release_notes: true
draft: true
Loading