-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use github as markdown renderer, add a release type section
- Loading branch information
Showing
4 changed files
with
94 additions
and
1,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Asana Release notes generator | ||
Generates release notes for Asana tasks with a given version number. | ||
# Asana Release Notes Generator | ||
Generates release notes for Asana tasks with a given version number. | ||
|
||
Version numbers should be added to Asana tasks via tags in the form `v{version#}` (ex. `v1.5.0`). To start a release, run the command `yarn release` or `yarn release {version#}`. The release notes will be copied to the releases directory. Be sure to create a .env file with the `ASANA_ACCESS_TOKEN`, `ASANA_API_VERSION`, and `ASANA_PROJECT_ID` properties. | ||
Version numbers should be added to Asana tasks via tags in the form `v{version#}` (ex. `v1.5.0`). To start a release, run the command `yarn release` or `yarn release -v {version#} -t {type}`. If no command line arguments are provided, you will be prompted for them. The release notes will be copied to the releases directory. Be sure to create a .env file with the `ASANA_ACCESS_TOKEN`, `ASANA_API_VERSION`, and `ASANA_PROJECT_ID` properties. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.