Skip to content

Commit 568a136

Browse files
committed
restore taggings
1 parent 2569bff commit 568a136

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- 'cs-v*' # Push events to matching v*, i.e. v1.0, v20.15.10
5+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
66

77
name: Publish CSharp Release Asset
88

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
2929
## Code of Conduct
3030

3131
This project and everyone participating in it is governed by the
32-
[PowerSession Code of Conduct](https://github.com/Watfaq/PowerSessionblob/master/CODE_OF_CONDUCT.md).
32+
[PowerSession Code of Conduct](https://github.com/Watfaq/PowerSession/blob/master/CODE_OF_CONDUCT.md).
3333
By participating, you are expected to uphold this code. Please report unacceptable behavior
3434
3535

@@ -38,11 +38,11 @@ to <[email protected]>.
3838

3939
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/Watfaq/PowerSession/blob/master/README.md).
4040
41-
Before you ask a question, it is best to search for existing [Issues](https://github.com/Watfaq/PowerSessionissues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
41+
Before you ask a question, it is best to search for existing [Issues](https://github.com/Watfaq/PowerSession/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
4242

4343
If you then still feel the need to ask a question and need clarification, we recommend the following:
4444

45-
- Open an [Issue](https://github.com/Watfaq/PowerSessionissues/new).
45+
- Open an [Issue](https://github.com/Watfaq/PowerSession/issues/new).
4646
- Provide as much context as you can about what you're running into.
4747
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
4848

@@ -77,7 +77,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
7777

7878
- Make sure that you are using the latest version.
7979
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://github.com/Watfaq/PowerSession/blob/master/README.md). If you are looking for support, you might want to check [this section](#i-have-a-question)).
80-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/Watfaq/PowerSessionissues?q=label%3Abug).
80+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/Watfaq/PowerSession/issues?q=label%3Abug).
8181
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
8282
- Collect information about the bug:
8383
- Stack trace (Traceback)
@@ -94,7 +94,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
9494
9595
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
9696

97-
- Open an [Issue](https://github.com/Watfaq/PowerSessionissues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
97+
- Open an [Issue](https://github.com/Watfaq/PowerSession/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
9898
- Explain the behavior you would expect and the actual behavior.
9999
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
100100
- Provide the information you collected in the previous section.
@@ -117,13 +117,13 @@ This section guides you through submitting an enhancement suggestion for PowerSe
117117

118118
- Make sure that you are using the latest version.
119119
- Read the [documentation](https://github.com/Watfaq/PowerSession/blob/master/README.md) carefully and find out if the functionality is already covered, maybe by an individual configuration.
120-
- Perform a [search](https://github.com/Watfaq/PowerSessionissues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
120+
- Perform a [search](https://github.com/Watfaq/PowerSession/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
121121
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
122122

123123
<!-- omit in toc -->
124124
#### How Do I Submit a Good Enhancement Suggestion?
125125

126-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/Watfaq/PowerSessionissues).
126+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/Watfaq/PowerSession/issues).
127127

128128
- Use a **clear and descriptive title** for the issue to identify the suggestion.
129129
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
PowerShell version of [asciinema](https://github.com/asciinema/asciinema) based on [Windows Pseudo Console(ConPTY)](https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/)
66

7-
Basic features record/play/auth/upload are working now.
7+
**Checkout the brand new Rust implementation: https://github.com/Watfaq/PowerSession-rs**
88

99
## Checkout A Demo
1010

@@ -78,12 +78,5 @@ Options:
7878
-c, --command <command> The command to record, default to be powershell.exe
7979
```
8080

81-
## Roadmap
82-
83-
- [x] Implement other necessary features
84-
- [ ] Other optional parameters
85-
- [x] Publish to package installers
86-
- [ ] Test Cases
87-
8881
## Supporters
8982
- [GitBook](https://www.gitbook.com/) Community License

0 commit comments

Comments
 (0)